Shades of Turquoise Blue #50E6EF
Tints of Turquoise Blue #50E6EF
RGB
CMYK
RGB Variations
Color information
#50E6EF (or 0x50E6EF) is known color: Turquoise Blue. HEX triplet: 50, E6 and EF. RGB value is (80,230,239). Sum of RGB (Red+Green+Blue) = 80+230+239=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #50E6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E6EF is #AF1910. Grayscale: #B9B9B9. Windows color (decimal): -11475217 or 15722064. OLE color: 15722064.
HSL color Cylindrical-coordinate representation of color #50E6EF: hue angle of 183.4º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E6EF is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 230 | 239 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.06 |
| HSL | 183.4º | 0.83% | 0.63% | - |
| HSV(B) | 183.4º | 0.67% | 0.94% | - |
| XYZ | 47.19 | 64.53 | 91.63 | - |
| YUV | 186.18 | 157.81 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 239 | 0.67 | 0.04 | 0 | 0.06 | 183.4 | 0.83 | 0.63 |
| Hex | 50 | E6 | EF | 43 | 4 | 0 | 6 | B7 | 53 | 3F |
| Octal | 120 | 346 | 357 | 103 | 4 | 0 | 6 | 267 | 123 | 77 |
| Binary | 1010000 | 11100110 | 11101111 | 1000011 | 100 | 0 | 110 | 10110111 | 1010011 | 111111 |
Color Harmonies of #50E6EF
Complementary color
Monochromatic Colors of #50E6EF
Black with #50E6EF
Text Example
Text Example
White with #50E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E6EF; }
p { color: rgb(80,230,239); }
H1.HeaderClassName
{
color: #50E6EF;
}
.AnyTagClassName
{
color: #50E6EF;
}
</style>
background-color css
<style>
a { background-color: #50E6EF; }
a { background-color: rgb(80,230,239); }
div.DivClassName
{
background-color: #50E6EF;
}
.BgClassName
{
background-color: #50E6EF;
}
</style>
border-color css
<style>
span { border-color: #50E6EF; }
span { border-color: rgb(80,230,239); }
td.TdClassName
{
border-color: #50E6EF;
}
.TagClassName
{
border-color: #50E6EF;
}
</style>