#1DDBD3
A medium, vivid cyan closely aligning with Turquoise.
About #1DDBD3
When working with digital screens, the color #1DDBD3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 29 red, 219 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 87% C, 0% M, 4% Y, and 14% K. The HSL representation is 177.5° hue, 76.6% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DDBD3
RGB29, 219, 211
HSL177.5°, 76.6%, 48.6%
CMYK87%, 0%, 4%, 14%
HSV177.5°, 86.8%, 85.9%
LAB79.4, -44.2, -8.4
XYZ37.6, 55.6, 70.4
Decimal1956819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.13:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDBD3;
}
.text-color {
color: #1DDBD3;
}
.border-color {
border: 2px solid #1DDBD3;
}