#2CDBDB
A medium, vivid cyan closely aligning with Darkturquoise.
About #2CDBDB
The precise color #2CDBDB is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 44 parts red, 219 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 80% cyan, 0% magenta, 0% yellow, and 14% 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDBDB
RGB44, 219, 219
HSL180.0°, 70.9%, 51.6%
CMYK80%, 0%, 0%, 14%
HSV180.0°, 79.9%, 85.9%
LAB79.8, -40.9, -12.1
XYZ39.2, 56.3, 75.8
Decimal2939867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.26:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDBDB;
}
.text-color {
color: #2CDBDB;
}
.border-color {
border: 2px solid #2CDBDB;
}