Shades of Turquoise #50E4D8
Tints of Turquoise #50E4D8
RGB
CMYK
RGB Variations
Color information
#50E4D8 (or 0x50E4D8) is known color: Turquoise. HEX triplet: 50, E4 and D8. RGB value is (80,228,216). Sum of RGB (Red+Green+Blue) = 80+228+216=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #50E4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E4D8 is #AF1B27. Grayscale: #B6B6B6. Windows color (decimal): -11475752 or 14214224. OLE color: 14214224.
HSL color Cylindrical-coordinate representation of color #50E4D8: hue angle of 175.14º 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 #50E4D8 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 228 | 216 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.11 |
| HSL | 175.14º | 0.73% | 0.6% | - |
| HSV(B) | 175.14º | 0.65% | 0.89% | - |
| XYZ | 43.45 | 62.15 | 74.67 | - |
| YUV | 182.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 216 | 0.65 | 0 | 0.05 | 0.11 | 175.14 | 0.73 | 0.6 |
| Hex | 50 | E4 | D8 | 41 | 0 | 5 | B | AF | 49 | 3C |
| Octal | 120 | 344 | 330 | 101 | 0 | 5 | 13 | 257 | 111 | 74 |
| Binary | 1010000 | 11100100 | 11011000 | 1000001 | 0 | 101 | 1011 | 10101111 | 1001001 | 111100 |
Color Harmonies of #50E4D8
Complementary color
Monochromatic Colors of #50E4D8
Black with #50E4D8
Text Example
Text Example
White with #50E4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E4D8; }
p { color: rgb(80,228,216); }
H1.HeaderClassName
{
color: #50E4D8;
}
.AnyTagClassName
{
color: #50E4D8;
}
</style>
background-color css
<style>
a { background-color: #50E4D8; }
a { background-color: rgb(80,228,216); }
div.DivClassName
{
background-color: #50E4D8;
}
.BgClassName
{
background-color: #50E4D8;
}
</style>
border-color css
<style>
span { border-color: #50E4D8; }
span { border-color: rgb(80,228,216); }
td.TdClassName
{
border-color: #50E4D8;
}
.TagClassName
{
border-color: #50E4D8;
}
</style>