#1CC4D8
A medium, vivid cyan closely aligning with Darkturquoise.
About #1CC4D8
At its core, #1CC4D8 is a medium and vivid hue. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 28 red, 196 green, and 216 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 87% cyan, 9% magenta, 0% yellow, and 15% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#1CC4D8
RGB28, 196, 216
HSL186.4°, 77.0%, 47.8%
CMYK87%, 9%, 0%, 15%
HSV186.4°, 87.0%, 84.7%
LAB72.7, -32.2, -21.2
XYZ32.6, 44.7, 71.9
Decimal1885400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1CC4D8;
}
.text-color {
color: #1CC4D8;
}
.border-color {
border: 2px solid #1CC4D8;
}