#1DE2E2
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DE2E2
Visually, #1DE2E2 is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 226, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 87% C, 0% M, 0% Y, and 11% K. The HSL representation is 180.0° hue, 77.3% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DE2E2
RGB29, 226, 226
HSL180.0°, 77.3%, 50.0%
CMYK87%, 0%, 0%, 11%
HSV180.0°, 87.2%, 88.6%
LAB81.9, -42.9, -12.7
XYZ41.4, 60.1, 81.4
Decimal1958626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.03:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE2E2;
}
.text-color {
color: #1DE2E2;
}
.border-color {
border: 2px solid #1DE2E2;
}