#50BDBD
A medium, moderate cyan closely aligning with Lightseagreen.
About #50BDBD
The hex code #50BDBD represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Lightseagreen. In the RGB color space, it consists of 80 red, 189 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 58% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. 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#50BDBD
RGB80, 189, 189
HSL180.0°, 45.2%, 52.7%
CMYK58%, 0%, 0%, 26%
HSV180.0°, 57.7%, 74.1%
LAB70.7, -30.7, -9.4
XYZ30.7, 41.8, 54.6
Decimal5291453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.35:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BDBD;
}
.text-color {
color: #50BDBD;
}
.border-color {
border: 2px solid #50BDBD;
}