#1DDBF8
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DDBF8
Visually, #1DDBF8 is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 29 red, 219 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 88% C, 12% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#1DDBF8
RGB29, 219, 248
HSL187.9°, 94.0%, 54.3%
CMYK88%, 12%, 0%, 3%
HSV187.9°, 88.3%, 97.3%
LAB80.6, -33.1, -26.4
XYZ42.8, 57.7, 97.7
Decimal1956856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.54:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDBF8;
}
.text-color {
color: #1DDBF8;
}
.border-color {
border: 2px solid #1DDBF8;
}