Shades of Turquoise Blue #50E2EC
Tints of Turquoise Blue #50E2EC
RGB
CMYK
RGB Variations
Color information
#50E2EC (or 0x50E2EC) is known color: Turquoise Blue. HEX triplet: 50, E2 and EC. RGB value is (80,226,236). Sum of RGB (Red+Green+Blue) = 80+226+236=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #50E2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E2EC is #AF1D13. Grayscale: #B7B7B7. Windows color (decimal): -11476244 or 15524432. OLE color: 15524432.
HSL color Cylindrical-coordinate representation of color #50E2EC: hue angle of 183.85º 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 #50E2EC is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 226 | 236 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.07 |
| HSL | 183.85º | 0.8% | 0.62% | - |
| HSV(B) | 183.85º | 0.66% | 0.93% | - |
| XYZ | 45.64 | 62.15 | 88.95 | - |
| YUV | 183.49 | 157.63 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 236 | 0.66 | 0.04 | 0 | 0.07 | 183.85 | 0.8 | 0.62 |
| Hex | 50 | E2 | EC | 42 | 4 | 0 | 7 | B8 | 50 | 3E |
| Octal | 120 | 342 | 354 | 102 | 4 | 0 | 7 | 270 | 120 | 76 |
| Binary | 1010000 | 11100010 | 11101100 | 1000010 | 100 | 0 | 111 | 10111000 | 1010000 | 111110 |
Color Harmonies of #50E2EC
Complementary color
Monochromatic Colors of #50E2EC
Black with #50E2EC
Text Example
Text Example
White with #50E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E2EC; }
p { color: rgb(80,226,236); }
H1.HeaderClassName
{
color: #50E2EC;
}
.AnyTagClassName
{
color: #50E2EC;
}
</style>
background-color css
<style>
a { background-color: #50E2EC; }
a { background-color: rgb(80,226,236); }
div.DivClassName
{
background-color: #50E2EC;
}
.BgClassName
{
background-color: #50E2EC;
}
</style>
border-color css
<style>
span { border-color: #50E2EC; }
span { border-color: rgb(80,226,236); }
td.TdClassName
{
border-color: #50E2EC;
}
.TagClassName
{
border-color: #50E2EC;
}
</style>