#1DDBE9
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DDBE9
Visually, #1DDBE9 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 219, and 233.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 88% cyan, 6% magenta, 0% yellow, and 9% black. The HSL representation is 184.1° hue, 82.3% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DDBE9
RGB29, 219, 233
HSL184.1°, 82.3%, 51.4%
CMYK88%, 6%, 0%, 9%
HSV184.1°, 87.6%, 91.4%
LAB80.1, -37.7, -19.2
XYZ40.5, 56.8, 85.9
Decimal1956841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.36:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDBE9;
}
.text-color {
color: #1DDBE9;
}
.border-color {
border: 2px solid #1DDBE9;
}