Shades of Turquoise Blue #50CCED
Tints of Turquoise Blue #50CCED
RGB
CMYK
RGB Variations
Color information
#50CCED (or 0x50CCED) is known color: Turquoise Blue. HEX triplet: 50, CC and ED. RGB value is (80,204,237). Sum of RGB (Red+Green+Blue) = 80+204+237=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #50CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CCED is #AF3312. Grayscale: #AAAAAA. Windows color (decimal): -11481875 or 15584336. OLE color: 15584336.
HSL color Cylindrical-coordinate representation of color #50CCED: hue angle of 192.61º degrees, saturation: 0.81, 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 #50CCED is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 204 | 237 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.07 |
| HSL | 192.61º | 0.81% | 0.62% | - |
| HSV(B) | 192.61º | 0.66% | 0.93% | - |
| XYZ | 40.19 | 51.01 | 87.85 | - |
| YUV | 170.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 237 | 0.66 | 0.14 | 0 | 0.07 | 192.61 | 0.81 | 0.62 |
| Hex | 50 | CC | ED | 42 | E | 0 | 7 | C1 | 51 | 3E |
| Octal | 120 | 314 | 355 | 102 | 16 | 0 | 7 | 301 | 121 | 76 |
| Binary | 1010000 | 11001100 | 11101101 | 1000010 | 1110 | 0 | 111 | 11000001 | 1010001 | 111110 |
Color Harmonies of #50CCED
Complementary color
Monochromatic Colors of #50CCED
Black with #50CCED
Text Example
Text Example
White with #50CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCED; }
p { color: rgb(80,204,237); }
H1.HeaderClassName
{
color: #50CCED;
}
.AnyTagClassName
{
color: #50CCED;
}
</style>
background-color css
<style>
a { background-color: #50CCED; }
a { background-color: rgb(80,204,237); }
div.DivClassName
{
background-color: #50CCED;
}
.BgClassName
{
background-color: #50CCED;
}
</style>
border-color css
<style>
span { border-color: #50CCED; }
span { border-color: rgb(80,204,237); }
td.TdClassName
{
border-color: #50CCED;
}
.TagClassName
{
border-color: #50CCED;
}
</style>