#1DF0E9
A medium, vivid cyan closely aligning with Aqua.
About #1DF0E9
Visually, #1DF0E9 is defined as a vivid cyan. It is closely associated with the named CSS color Aqua. In the RGB color space, it consists of 29 red, 240 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 88% cyan, 0% magenta, 3% yellow, and 6% black. The HSL representation is 178.0° hue, 87.6% saturation, and 52.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DF0E9
RGB29, 240, 233
HSL178.0°, 87.6%, 52.7%
CMYK88%, 0%, 3%, 6%
HSV178.0°, 87.9%, 94.1%
LAB86.2, -47.1, -9.9
XYZ46.4, 68.5, 87.9
Decimal1962217
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF0E9;
}
.text-color {
color: #1DF0E9;
}
.border-color {
border: 2px solid #1DF0E9;
}