#1DE2F0
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DE2F0
The hex code #1DE2F0 represents a beautifully specific shade of cyan. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 29 red, 226 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 88% C, 6% M, 0% Y, and 6% K. The HSL representation is 184.0° hue, 87.6% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DE2F0
RGB29, 226, 240
HSL184.0°, 87.6%, 52.7%
CMYK88%, 6%, 0%, 6%
HSV184.0°, 87.9%, 94.1%
LAB82.3, -38.8, -19.4
XYZ43.4, 60.9, 91.9
Decimal1958640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.19:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE2F0;
}
.text-color {
color: #1DE2F0;
}
.border-color {
border: 2px solid #1DE2F0;
}