#2CCCD3
A medium, moderate cyan closely aligning with Darkturquoise.
About #2CCCD3
The precise color #2CCCD3 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkturquoise. This translates to an RGB value of rgb(44, 204, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 79% C, 3% M, 0% Y, and 17% K. With a hue angle of 182.5 degrees, it sits comfortably in the cyan spectrum.
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#2CCCD3
RGB44, 204, 211
HSL182.5°, 65.5%, 50.0%
CMYK79%, 3%, 0%, 17%
HSV182.5°, 79.1%, 82.7%
LAB75.1, -36.4, -14.9
XYZ34.4, 48.4, 69.2
Decimal2936019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.68:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCCD3;
}
.text-color {
color: #2CCCD3;
}
.border-color {
border: 2px solid #2CCCD3;
}