#49CCD3
A medium, moderate cyan closely aligning with Darkturquoise.
About #49CCD3
The hex code #49CCD3 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Darkturquoise. This translates to an RGB value of rgb(73, 204, 211).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 65% C, 3% M, 0% Y, and 17% K. With a hue angle of 183.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49CCD3
RGB73, 204, 211
HSL183.0°, 61.1%, 55.7%
CMYK65%, 3%, 0%, 17%
HSV183.0°, 65.4%, 82.7%
LAB75.6, -32.9, -14.0
XYZ36.1, 49.3, 69.2
Decimal4836563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.86:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CCD3;
}
.text-color {
color: #49CCD3;
}
.border-color {
border: 2px solid #49CCD3;
}