Shades of Turquoise Blue #50CCEC
Tints of Turquoise Blue #50CCEC
RGB
CMYK
RGB Variations
Color information
#50CCEC (or 0x50CCEC) is known color: Turquoise Blue. HEX triplet: 50, CC and EC. RGB value is (80,204,236). Sum of RGB (Red+Green+Blue) = 80+204+236=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #50CCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CCEC is #AF3313. Grayscale: #AAAAAA. Windows color (decimal): -11481876 or 15518800. OLE color: 15518800.
HSL color Cylindrical-coordinate representation of color #50CCEC: hue angle of 192.31º 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 #50CCEC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 204 | 236 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.07 |
| HSL | 192.31º | 0.8% | 0.62% | - |
| HSV(B) | 192.31º | 0.66% | 0.93% | - |
| XYZ | 40.04 | 50.95 | 87.08 | - |
| YUV | 170.57 | 164.92 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 236 | 0.66 | 0.14 | 0 | 0.07 | 192.31 | 0.8 | 0.62 |
| Hex | 50 | CC | EC | 42 | E | 0 | 7 | C0 | 50 | 3E |
| Octal | 120 | 314 | 354 | 102 | 16 | 0 | 7 | 300 | 120 | 76 |
| Binary | 1010000 | 11001100 | 11101100 | 1000010 | 1110 | 0 | 111 | 11000000 | 1010000 | 111110 |
Color Harmonies of #50CCEC
Complementary color
Monochromatic Colors of #50CCEC
Black with #50CCEC
Text Example
Text Example
White with #50CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCEC; }
p { color: rgb(80,204,236); }
H1.HeaderClassName
{
color: #50CCEC;
}
.AnyTagClassName
{
color: #50CCEC;
}
</style>
background-color css
<style>
a { background-color: #50CCEC; }
a { background-color: rgb(80,204,236); }
div.DivClassName
{
background-color: #50CCEC;
}
.BgClassName
{
background-color: #50CCEC;
}
</style>
border-color css
<style>
span { border-color: #50CCEC; }
span { border-color: rgb(80,204,236); }
td.TdClassName
{
border-color: #50CCEC;
}
.TagClassName
{
border-color: #50CCEC;
}
</style>