Shades of Turquoise Blue #50E7FF
Tints of Turquoise Blue #50E7FF
RGB
CMYK
RGB Variations
Color information
#50E7FF (or 0x50E7FF) is known color: Turquoise Blue. HEX triplet: 50, E7 and FF. RGB value is (80,231,255). Sum of RGB (Red+Green+Blue) = 80+231+255=566 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.13% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #50E7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E7FF is #AF1800. Grayscale: #BCBCBC. Windows color (decimal): -11474945 or 16770896. OLE color: 16770896.
HSL color Cylindrical-coordinate representation of color #50E7FF: hue angle of 188.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50E7FF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 231 | 255 | - |
| CMYK | 0.69 | 0.09 | 0 | 0 |
| HSL | 188.23º | 1% | 0.66% | - |
| HSV(B) | 188.23º | 0.69% | 1% | - |
| XYZ | 49.93 | 66.08 | 104.73 | - |
| YUV | 188.59 | 165.47 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 255 | 0.69 | 0.09 | 0 | 0 | 188.23 | 1 | 0.66 |
| Hex | 50 | E7 | FF | 45 | 9 | 0 | 0 | BC | 64 | 42 |
| Octal | 120 | 347 | 377 | 105 | 11 | 0 | 0 | 274 | 144 | 102 |
| Binary | 1010000 | 11100111 | 11111111 | 1000101 | 1001 | 0 | 0 | 10111100 | 1100100 | 1000010 |
Color Harmonies of #50E7FF
Complementary color
Monochromatic Colors of #50E7FF
Black with #50E7FF
Text Example
Text Example
White with #50E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E7FF; }
p { color: rgb(80,231,255); }
H1.HeaderClassName
{
color: #50E7FF;
}
.AnyTagClassName
{
color: #50E7FF;
}
</style>
background-color css
<style>
a { background-color: #50E7FF; }
a { background-color: rgb(80,231,255); }
div.DivClassName
{
background-color: #50E7FF;
}
.BgClassName
{
background-color: #50E7FF;
}
</style>
border-color css
<style>
span { border-color: #50E7FF; }
span { border-color: rgb(80,231,255); }
td.TdClassName
{
border-color: #50E7FF;
}
.TagClassName
{
border-color: #50E7FF;
}
</style>