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