#1DBDC5
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DBDC5
The hex code #1DBDC5 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 29 red, 189 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. The color uses 85% Cyan, 4% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DBDC5
RGB29, 189, 197
HSL182.9°, 74.3%, 44.3%
CMYK85%, 4%, 0%, 23%
HSV182.9°, 85.3%, 77.3%
LAB70.0, -34.7, -15.0
XYZ28.8, 40.7, 59.2
Decimal1949125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.14:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBDC5;
}
.text-color {
color: #1DBDC5;
}
.border-color {
border: 2px solid #1DBDC5;
}