#50E2DB
A light, vivid cyan closely aligning with Turquoise.
About #50E2DB
Visually, #50E2DB is defined as a vivid cyan. Designers often compare it to the standard color Turquoise. This translates to an RGB value of rgb(80, 226, 219).
If you are designing for print, the four-color process is what matters most. The color uses 65% Cyan, 0% Magenta, 3% Yellow, and 11% Black. The HSL representation is 177.1° hue, 71.6% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50E2DB
RGB80, 226, 219
HSL177.1°, 71.6%, 60.0%
CMYK65%, 0%, 3%, 11%
HSV177.1°, 64.6%, 88.6%
LAB82.5, -39.8, -8.0
XYZ43.3, 61.2, 76.6
Decimal5300955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.24:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E2DB;
}
.text-color {
color: #50E2DB;
}
.border-color {
border: 2px solid #50E2DB;
}