Color #5EEDED

#5EEDEDrgb(94, 237, 237)

Color Codes

HEX#5EEDED
RGBrgb(94, 237, 237)
HSLhsl(180°, 80%, 65%)
CMYKcmyk(60%, 0%, 0%, 7%)
CIELABLab(86.5, -37.8, -11.5)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #5EEDED;
color: #5EEDED;
border: 2px solid #5EEDED;
background: linear-gradient(135deg, #5EEDED, #ed5e5e);

Code Export

css
:root {
  --color-primary: #5eeded;
  --color-primary-rgb: 94, 237, 237;
  --color-primary-hsl: 180, 80%, 65%;
}

Related Tools