Shades of Turquoise Blue #50E7EC
Tints of Turquoise Blue #50E7EC
RGB
CMYK
RGB Variations
Color information
#50E7EC (or 0x50E7EC) is known color: Turquoise Blue. HEX triplet: 50, E7 and EC. RGB value is (80,231,236). Sum of RGB (Red+Green+Blue) = 80+231+236=547 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.63% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #50E7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E7EC is #AF1813. Grayscale: #BABABA. Windows color (decimal): -11474964 or 15525712. OLE color: 15525712.
HSL color Cylindrical-coordinate representation of color #50E7EC: hue angle of 181.92º 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 #50E7EC is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 231 | 236 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.07 |
| HSL | 181.92º | 0.8% | 0.62% | - |
| HSV(B) | 181.92º | 0.66% | 0.93% | - |
| XYZ | 47.02 | 64.91 | 89.41 | - |
| YUV | 186.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 236 | 0.66 | 0.02 | 0 | 0.07 | 181.92 | 0.8 | 0.62 |
| Hex | 50 | E7 | EC | 42 | 2 | 0 | 7 | B6 | 50 | 3E |
| Octal | 120 | 347 | 354 | 102 | 2 | 0 | 7 | 266 | 120 | 76 |
| Binary | 1010000 | 11100111 | 11101100 | 1000010 | 10 | 0 | 111 | 10110110 | 1010000 | 111110 |
Color Harmonies of #50E7EC
Complementary color
Monochromatic Colors of #50E7EC
Black with #50E7EC
Text Example
Text Example
White with #50E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E7EC; }
p { color: rgb(80,231,236); }
H1.HeaderClassName
{
color: #50E7EC;
}
.AnyTagClassName
{
color: #50E7EC;
}
</style>
background-color css
<style>
a { background-color: #50E7EC; }
a { background-color: rgb(80,231,236); }
div.DivClassName
{
background-color: #50E7EC;
}
.BgClassName
{
background-color: #50E7EC;
}
</style>
border-color css
<style>
span { border-color: #50E7EC; }
span { border-color: rgb(80,231,236); }
td.TdClassName
{
border-color: #50E7EC;
}
.TagClassName
{
border-color: #50E7EC;
}
</style>