#1DE2D3
A medium, vivid cyan closely aligning with Turquoise.
About #1DE2D3
The precise color #1DE2D3 is an excellent choice for modern design projects. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(29, 226, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 87% C, 0% M, 7% Y, and 11% K. With a hue angle of 175.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DE2D3
RGB29, 226, 211
HSL175.4°, 77.3%, 50.0%
CMYK87%, 0%, 7%, 11%
HSV175.4°, 87.2%, 88.6%
LAB81.5, -47.2, -5.4
XYZ39.5, 59.4, 71.0
Decimal1958611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.87:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE2D3;
}
.text-color {
color: #1DE2D3;
}
.border-color {
border: 2px solid #1DE2D3;
}