#2CC5DB
A medium, vivid cyan closely aligning with Darkturquoise.
About #2CC5DB
At its core, #2CC5DB is a medium and vivid hue. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 197, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 80% cyan and 10% magenta inks. The HSL representation is 187.5° hue, 70.9% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CC5DB
RGB44, 197, 219
HSL187.5°, 70.9%, 51.6%
CMYK80%, 10%, 0%, 14%
HSV187.5°, 79.9%, 85.9%
LAB73.3, -30.6, -21.9
XYZ33.8, 45.6, 74.0
Decimal2934235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.12:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC5DB;
}
.text-color {
color: #2CC5DB;
}
.border-color {
border: 2px solid #2CC5DB;
}