Shades of Turquoise #50EEC0
Tints of Turquoise #50EEC0
RGB
CMYK
RGB Variations
Color information
#50EEC0 (or 0x50EEC0) is known color: Turquoise. HEX triplet: 50, EE and C0. RGB value is (80,238,192). Sum of RGB (Red+Green+Blue) = 80+238+192=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEC0 is #AF113F. Grayscale: #B9B9B9. Windows color (decimal): -11473216 or 12643920. OLE color: 12643920.
HSL color Cylindrical-coordinate representation of color #50EEC0: hue angle of 162.53º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEC0 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 192 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.07 |
| HSL | 162.53º | 0.82% | 0.62% | - |
| HSV(B) | 162.53º | 0.66% | 0.93% | - |
| XYZ | 43.4 | 66.66 | 60.45 | - |
| YUV | 185.51 | 131.65 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 192 | 0.66 | 0 | 0.19 | 0.07 | 162.53 | 0.82 | 0.62 |
| Hex | 50 | EE | C0 | 42 | 0 | 13 | 7 | A3 | 52 | 3E |
| Octal | 120 | 356 | 300 | 102 | 0 | 23 | 7 | 243 | 122 | 76 |
| Binary | 1010000 | 11101110 | 11000000 | 1000010 | 0 | 10011 | 111 | 10100011 | 1010010 | 111110 |
Color Harmonies of #50EEC0
Complementary color
Monochromatic Colors of #50EEC0
Black with #50EEC0
Text Example
Text Example
White with #50EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEC0; }
p { color: rgb(80,238,192); }
H1.HeaderClassName
{
color: #50EEC0;
}
.AnyTagClassName
{
color: #50EEC0;
}
</style>
background-color css
<style>
a { background-color: #50EEC0; }
a { background-color: rgb(80,238,192); }
div.DivClassName
{
background-color: #50EEC0;
}
.BgClassName
{
background-color: #50EEC0;
}
</style>
border-color css
<style>
span { border-color: #50EEC0; }
span { border-color: rgb(80,238,192); }
td.TdClassName
{
border-color: #50EEC0;
}
.TagClassName
{
border-color: #50EEC0;
}
</style>