#49DBDB
A medium, moderate cyan closely aligning with Mediumturquoise.
About #49DBDB
The precise color #49DBDB is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 219, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 67% C, 0% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#49DBDB
RGB73, 219, 219
HSL180.0°, 67.0%, 57.3%
CMYK67%, 0%, 0%, 14%
HSV180.0°, 66.7%, 85.9%
LAB80.3, -37.7, -11.3
XYZ40.9, 57.2, 75.9
Decimal4840411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.44:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DBDB;
}
.text-color {
color: #49DBDB;
}
.border-color {
border: 2px solid #49DBDB;
}