Shades of Turquoise Blue #50E6EC
Tints of Turquoise Blue #50E6EC
RGB
CMYK
RGB Variations
Color information
#50E6EC (or 0x50E6EC) is known color: Turquoise Blue. HEX triplet: 50, E6 and EC. RGB value is (80,230,236). Sum of RGB (Red+Green+Blue) = 80+230+236=546 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.65% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #50E6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E6EC is #AF1913. Grayscale: #B9B9B9. Windows color (decimal): -11475220 or 15525456. OLE color: 15525456.
HSL color Cylindrical-coordinate representation of color #50E6EC: hue angle of 182.31º 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 #50E6EC is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 230 | 236 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.07 |
| HSL | 182.31º | 0.8% | 0.62% | - |
| HSV(B) | 182.31º | 0.66% | 0.93% | - |
| XYZ | 46.75 | 64.36 | 89.31 | - |
| YUV | 185.83 | 156.31 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 236 | 0.66 | 0.03 | 0 | 0.07 | 182.31 | 0.8 | 0.62 |
| Hex | 50 | E6 | EC | 42 | 3 | 0 | 7 | B6 | 50 | 3E |
| Octal | 120 | 346 | 354 | 102 | 3 | 0 | 7 | 266 | 120 | 76 |
| Binary | 1010000 | 11100110 | 11101100 | 1000010 | 11 | 0 | 111 | 10110110 | 1010000 | 111110 |
Color Harmonies of #50E6EC
Complementary color
Monochromatic Colors of #50E6EC
Black with #50E6EC
Text Example
Text Example
White with #50E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E6EC; }
p { color: rgb(80,230,236); }
H1.HeaderClassName
{
color: #50E6EC;
}
.AnyTagClassName
{
color: #50E6EC;
}
</style>
background-color css
<style>
a { background-color: #50E6EC; }
a { background-color: rgb(80,230,236); }
div.DivClassName
{
background-color: #50E6EC;
}
.BgClassName
{
background-color: #50E6EC;
}
</style>
border-color css
<style>
span { border-color: #50E6EC; }
span { border-color: rgb(80,230,236); }
td.TdClassName
{
border-color: #50E6EC;
}
.TagClassName
{
border-color: #50E6EC;
}
</style>