#1DE2E9
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DE2E9
Visually, #1DE2E9 is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 29 red, 226 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 88% Cyan, 3% Magenta, 0% Yellow, and 9% Black. With a hue angle of 182.1 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. 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#1DE2E9
RGB29, 226, 233
HSL182.1°, 82.3%, 51.4%
CMYK88%, 3%, 0%, 9%
HSV182.1°, 87.6%, 91.4%
LAB82.1, -40.9, -16.1
XYZ42.4, 60.5, 86.5
Decimal1958633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE2E9;
}
.text-color {
color: #1DE2E9;
}
.border-color {
border: 2px solid #1DE2E9;
}