Shades of Turquoise #50E8CB
Tints of Turquoise #50E8CB
RGB
CMYK
RGB Variations
Color information
#50E8CB (or 0x50E8CB) is known color: Turquoise. HEX triplet: 50, E8 and CB. RGB value is (80,232,203). Sum of RGB (Red+Green+Blue) = 80+232+203=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E8CB is #AF1734. Grayscale: #B7B7B7. Windows color (decimal): -11474741 or 13363280. OLE color: 13363280.
HSL color Cylindrical-coordinate representation of color #50E8CB: hue angle of 168.55º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E8CB is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 203 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.09 |
| HSL | 168.55º | 0.77% | 0.61% | - |
| HSV(B) | 168.55º | 0.66% | 0.91% | - |
| XYZ | 42.94 | 63.73 | 66.54 | - |
| YUV | 183.25 | 139.14 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 203 | 0.66 | 0 | 0.12 | 0.09 | 168.55 | 0.77 | 0.61 |
| Hex | 50 | E8 | CB | 42 | 0 | C | 9 | A9 | 4D | 3D |
| Octal | 120 | 350 | 313 | 102 | 0 | 14 | 11 | 251 | 115 | 75 |
| Binary | 1010000 | 11101000 | 11001011 | 1000010 | 0 | 1100 | 1001 | 10101001 | 1001101 | 111101 |
Color Harmonies of #50E8CB
Complementary color
Monochromatic Colors of #50E8CB
Black with #50E8CB
Text Example
Text Example
White with #50E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E8CB; }
p { color: rgb(80,232,203); }
H1.HeaderClassName
{
color: #50E8CB;
}
.AnyTagClassName
{
color: #50E8CB;
}
</style>
background-color css
<style>
a { background-color: #50E8CB; }
a { background-color: rgb(80,232,203); }
div.DivClassName
{
background-color: #50E8CB;
}
.BgClassName
{
background-color: #50E8CB;
}
</style>
border-color css
<style>
span { border-color: #50E8CB; }
span { border-color: rgb(80,232,203); }
td.TdClassName
{
border-color: #50E8CB;
}
.TagClassName
{
border-color: #50E8CB;
}
</style>