Shades of Turquoise Blue #50ECED
Tints of Turquoise Blue #50ECED
RGB
CMYK
RGB Variations
Color information
#50ECED (or 0x50ECED) is known color: Turquoise Blue. HEX triplet: 50, EC and ED. RGB value is (80,236,237). Sum of RGB (Red+Green+Blue) = 80+236+237=553 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.47% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #50ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECED is #AF1312. Grayscale: #BDBDBD. Windows color (decimal): -11473683 or 15592528. OLE color: 15592528.
HSL color Cylindrical-coordinate representation of color #50ECED: hue angle of 180.38º 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 #50ECED is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 237 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.07 |
| HSL | 180.38º | 0.81% | 0.62% | - |
| HSV(B) | 180.38º | 0.66% | 0.93% | - |
| XYZ | 48.59 | 67.81 | 90.65 | - |
| YUV | 189.47 | 154.82 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 237 | 0.66 | 0.00 | 0 | 0.07 | 180.38 | 0.81 | 0.62 |
| Hex | 50 | EC | ED | 42 | 0 | 0 | 7 | B4 | 51 | 3E |
| Octal | 120 | 354 | 355 | 102 | 0 | 0 | 7 | 264 | 121 | 76 |
| Binary | 1010000 | 11101100 | 11101101 | 1000010 | 0 | 0 | 111 | 10110100 | 1010001 | 111110 |
Color Harmonies of #50ECED
Complementary color
Monochromatic Colors of #50ECED
Black with #50ECED
Text Example
Text Example
White with #50ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECED; }
p { color: rgb(80,236,237); }
H1.HeaderClassName
{
color: #50ECED;
}
.AnyTagClassName
{
color: #50ECED;
}
</style>
background-color css
<style>
a { background-color: #50ECED; }
a { background-color: rgb(80,236,237); }
div.DivClassName
{
background-color: #50ECED;
}
.BgClassName
{
background-color: #50ECED;
}
</style>
border-color css
<style>
span { border-color: #50ECED; }
span { border-color: rgb(80,236,237); }
td.TdClassName
{
border-color: #50ECED;
}
.TagClassName
{
border-color: #50ECED;
}
</style>