#1DD3D3
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DD3D3
The hex code #1DD3D3 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Darkturquoise. In the RGB color space, it consists of 29 red, 211 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 86% C, 0% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DD3D3
RGB29, 211, 211
HSL180.0°, 75.8%, 47.1%
CMYK86%, 0%, 0%, 17%
HSV180.0°, 86.3%, 82.7%
LAB77.0, -40.6, -12.0
XYZ35.6, 51.6, 69.7
Decimal1954771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.31:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DD3D3;
}
.text-color {
color: #1DD3D3;
}
.border-color {
border: 2px solid #1DD3D3;
}