#2CF0DB
A medium, vivid cyan closely aligning with Turquoise.
About #2CF0DB
The precise color #2CF0DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(44, 240, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 0% Magenta, 9% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CF0DB
RGB44, 240, 219
HSL173.6°, 86.7%, 55.7%
CMYK82%, 0%, 9%, 6%
HSV173.6°, 81.7%, 94.1%
LAB86.0, -50.0, -2.9
XYZ45.0, 68.0, 77.8
Decimal2945243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.59:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF0DB;
}
.text-color {
color: #2CF0DB;
}
.border-color {
border: 2px solid #2CF0DB;
}