#50DBD3
A medium, moderate cyan closely aligning with Mediumturquoise.
About #50DBD3
At its core, #50DBD3 is a medium and moderate hue. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(80, 219, 211).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 63% C, 0% M, 4% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#50DBD3
RGB80, 219, 211
HSL176.5°, 65.9%, 58.6%
CMYK63%, 0%, 4%, 14%
HSV176.5°, 63.5%, 85.9%
LAB80.2, -38.8, -7.1
XYZ40.4, 57.1, 70.5
Decimal5299155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.41:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DBD3;
}
.text-color {
color: #50DBD3;
}
.border-color {
border: 2px solid #50DBD3;
}