#2CCCDB
A medium, vivid cyan closely aligning with Darkturquoise.
About #2CCCDB
The hex code #2CCCDB represents a beautifully specific shade of cyan. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 204, and 219.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 80% cyan and 7% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CCCDB
RGB44, 204, 219
HSL185.1°, 70.9%, 51.6%
CMYK80%, 7%, 0%, 14%
HSV185.1°, 79.9%, 85.9%
LAB75.3, -33.9, -18.8
XYZ35.4, 48.8, 74.6
Decimal2936027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.77:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCCDB;
}
.text-color {
color: #2CCCDB;
}
.border-color {
border: 2px solid #2CCCDB;
}