#49D3C5
A medium, moderate cyan closely aligning with Mediumturquoise.
About #49D3C5
The hex code #49D3C5 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Mediumturquoise. This translates to an RGB value of rgb(73, 211, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 65% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49D3C5
RGB73, 211, 197
HSL173.9°, 61.1%, 55.7%
CMYK65%, 0%, 7%, 17%
HSV173.9°, 65.4%, 82.7%
LAB77.3, -40.0, -4.0
XYZ36.1, 52.0, 61.0
Decimal4838341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.41:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49D3C5;
}
.text-color {
color: #49D3C5;
}
.border-color {
border: 2px solid #49D3C5;
}