Shades of Turquoise #50E4DB
Tints of Turquoise #50E4DB
RGB
CMYK
RGB Variations
Color information
#50E4DB (or 0x50E4DB) is known color: Turquoise. HEX triplet: 50, E4 and DB. RGB value is (80,228,219). Sum of RGB (Red+Green+Blue) = 80+228+219=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #50E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E4DB is #AF1B24. Grayscale: #B6B6B6. Windows color (decimal): -11475749 or 14410832. OLE color: 14410832.
HSL color Cylindrical-coordinate representation of color #50E4DB: hue angle of 176.35º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E4DB is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 228 | 219 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.11 |
| HSL | 176.35º | 0.73% | 0.6% | - |
| HSV(B) | 176.35º | 0.65% | 0.89% | - |
| XYZ | 43.84 | 62.31 | 76.73 | - |
| YUV | 182.72 | 148.47 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 219 | 0.65 | 0 | 0.04 | 0.11 | 176.35 | 0.73 | 0.6 |
| Hex | 50 | E4 | DB | 41 | 0 | 4 | B | B0 | 49 | 3C |
| Octal | 120 | 344 | 333 | 101 | 0 | 4 | 13 | 260 | 111 | 74 |
| Binary | 1010000 | 11100100 | 11011011 | 1000001 | 0 | 100 | 1011 | 10110000 | 1001001 | 111100 |
Color Harmonies of #50E4DB
Complementary color
Monochromatic Colors of #50E4DB
Black with #50E4DB
Text Example
Text Example
White with #50E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E4DB; }
p { color: rgb(80,228,219); }
H1.HeaderClassName
{
color: #50E4DB;
}
.AnyTagClassName
{
color: #50E4DB;
}
</style>
background-color css
<style>
a { background-color: #50E4DB; }
a { background-color: rgb(80,228,219); }
div.DivClassName
{
background-color: #50E4DB;
}
.BgClassName
{
background-color: #50E4DB;
}
</style>
border-color css
<style>
span { border-color: #50E4DB; }
span { border-color: rgb(80,228,219); }
td.TdClassName
{
border-color: #50E4DB;
}
.TagClassName
{
border-color: #50E4DB;
}
</style>