Shades of Turquoise #50ECCF
Tints of Turquoise #50ECCF
RGB
CMYK
RGB Variations
Color information
#50ECCF (or 0x50ECCF) is known color: Turquoise. HEX triplet: 50, EC and CF. RGB value is (80,236,207). Sum of RGB (Red+Green+Blue) = 80+236+207=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECCF is #AF1330. Grayscale: #BABABA. Windows color (decimal): -11473713 or 13626448. OLE color: 13626448.
HSL color Cylindrical-coordinate representation of color #50ECCF: hue angle of 168.85º degrees, saturation: 0.8, 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 #50ECCF is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 207 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.07 |
| HSL | 168.85º | 0.8% | 0.62% | - |
| HSV(B) | 168.85º | 0.66% | 0.93% | - |
| XYZ | 44.57 | 66.2 | 69.46 | - |
| YUV | 186.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 207 | 0.66 | 0 | 0.12 | 0.07 | 168.85 | 0.8 | 0.62 |
| Hex | 50 | EC | CF | 42 | 0 | C | 7 | A9 | 50 | 3E |
| Octal | 120 | 354 | 317 | 102 | 0 | 14 | 7 | 251 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11001111 | 1000010 | 0 | 1100 | 111 | 10101001 | 1010000 | 111110 |
Color Harmonies of #50ECCF
Complementary color
Monochromatic Colors of #50ECCF
Black with #50ECCF
Text Example
Text Example
White with #50ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECCF; }
p { color: rgb(80,236,207); }
H1.HeaderClassName
{
color: #50ECCF;
}
.AnyTagClassName
{
color: #50ECCF;
}
</style>
background-color css
<style>
a { background-color: #50ECCF; }
a { background-color: rgb(80,236,207); }
div.DivClassName
{
background-color: #50ECCF;
}
.BgClassName
{
background-color: #50ECCF;
}
</style>
border-color css
<style>
span { border-color: #50ECCF; }
span { border-color: rgb(80,236,207); }
td.TdClassName
{
border-color: #50ECCF;
}
.TagClassName
{
border-color: #50ECCF;
}
</style>