#2CD3F0
A medium, vivid cyan closely aligning with Darkturquoise.
About #2CD3F0
At its core, #2CD3F0 is a medium and vivid hue. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 44 parts red, 211 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 12% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CD3F0
RGB44, 211, 240
HSL188.9°, 86.7%, 55.7%
CMYK82%, 12%, 0%, 6%
HSV188.9°, 81.7%, 94.1%
LAB78.1, -30.8, -25.9
XYZ40.1, 53.4, 90.6
Decimal2937840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.68:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD3F0;
}
.text-color {
color: #2CD3F0;
}
.border-color {
border: 2px solid #2CD3F0;
}