#49CCDB
A medium, moderate cyan closely aligning with Darkturquoise.
About #49CCDB
When working with digital screens, the color #49CCDB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkturquoise. In the RGB color space, it consists of 73 red, 204 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 67% Cyan, 7% Magenta, 0% Yellow, and 14% Black. With a hue angle of 186.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49CCDB
RGB73, 204, 219
HSL186.2°, 67.0%, 57.3%
CMYK67%, 7%, 0%, 14%
HSV186.2°, 66.7%, 85.9%
LAB75.9, -30.6, -17.9
XYZ37.1, 49.7, 74.7
Decimal4836571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CCDB;
}
.text-color {
color: #49CCDB;
}
.border-color {
border: 2px solid #49CCDB;
}