#1DCCE9
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DCCE9
Visually, #1DCCE9 is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 29 parts red, 204 parts green, and 233 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 88% Cyan, 12% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DCCE9
RGB29, 204, 233
HSL188.5°, 82.3%, 51.4%
CMYK88%, 12%, 0%, 9%
HSV188.5°, 87.6%, 91.4%
LAB75.7, -30.6, -25.9
XYZ36.8, 49.3, 84.7
Decimal1953001
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.87:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCCE9;
}
.text-color {
color: #1DCCE9;
}
.border-color {
border: 2px solid #1DCCE9;
}