#1DCCCC
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DCCCC
When working with digital screens, the color #1DCCCC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkturquoise. In the RGB color space, it consists of 29 red, 204 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 86% C, 0% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DCCCC
RGB29, 204, 204
HSL180.0°, 75.1%, 45.7%
CMYK86%, 0%, 0%, 20%
HSV180.0°, 85.8%, 80.0%
LAB74.7, -39.5, -11.7
XYZ33.0, 47.8, 64.6
Decimal1952972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.56:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCCCC;
}
.text-color {
color: #1DCCCC;
}
.border-color {
border: 2px solid #1DCCCC;
}