Shades of Turquoise Blue #50CBEC
Tints of Turquoise Blue #50CBEC
RGB
CMYK
RGB Variations
Color information
#50CBEC (or 0x50CBEC) is known color: Turquoise Blue. HEX triplet: 50, CB and EC. RGB value is (80,203,236). Sum of RGB (Red+Green+Blue) = 80+203+236=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #50CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CBEC is #AF3413. Grayscale: #A9A9A9. Windows color (decimal): -11482132 or 15518544. OLE color: 15518544.
HSL color Cylindrical-coordinate representation of color #50CBEC: hue angle of 192.69º 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 #50CBEC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 203 | 236 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.07 |
| HSL | 192.69º | 0.8% | 0.62% | - |
| HSV(B) | 192.69º | 0.66% | 0.93% | - |
| XYZ | 39.8 | 50.47 | 87 | - |
| YUV | 169.99 | 165.25 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 236 | 0.66 | 0.14 | 0 | 0.07 | 192.69 | 0.8 | 0.62 |
| Hex | 50 | CB | EC | 42 | E | 0 | 7 | C1 | 50 | 3E |
| Octal | 120 | 313 | 354 | 102 | 16 | 0 | 7 | 301 | 120 | 76 |
| Binary | 1010000 | 11001011 | 11101100 | 1000010 | 1110 | 0 | 111 | 11000001 | 1010000 | 111110 |
Color Harmonies of #50CBEC
Complementary color
Monochromatic Colors of #50CBEC
Black with #50CBEC
Text Example
Text Example
White with #50CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBEC; }
p { color: rgb(80,203,236); }
H1.HeaderClassName
{
color: #50CBEC;
}
.AnyTagClassName
{
color: #50CBEC;
}
</style>
background-color css
<style>
a { background-color: #50CBEC; }
a { background-color: rgb(80,203,236); }
div.DivClassName
{
background-color: #50CBEC;
}
.BgClassName
{
background-color: #50CBEC;
}
</style>
border-color css
<style>
span { border-color: #50CBEC; }
span { border-color: rgb(80,203,236); }
td.TdClassName
{
border-color: #50CBEC;
}
.TagClassName
{
border-color: #50CBEC;
}
</style>