Shades of Turquoise Blue #50E3FF
Tints of Turquoise Blue #50E3FF
RGB
CMYK
RGB Variations
Color information
#50E3FF (or 0x50E3FF) is known color: Turquoise Blue. HEX triplet: 50, E3 and FF. RGB value is (80,227,255). Sum of RGB (Red+Green+Blue) = 80+227+255=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #50E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E3FF is #AF1C00. Grayscale: #B9B9B9. Windows color (decimal): -11475969 or 16769872. OLE color: 16769872.
HSL color Cylindrical-coordinate representation of color #50E3FF: hue angle of 189.6º 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 #50E3FF is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 227 | 255 | - |
| CMYK | 0.69 | 0.11 | 0 | 0 |
| HSL | 189.6º | 1% | 0.66% | - |
| HSV(B) | 189.6º | 0.69% | 1% | - |
| XYZ | 48.83 | 63.86 | 104.36 | - |
| YUV | 186.24 | 166.8 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 255 | 0.69 | 0.11 | 0 | 0 | 189.6 | 1 | 0.66 |
| Hex | 50 | E3 | FF | 45 | B | 0 | 0 | BE | 64 | 42 |
| Octal | 120 | 343 | 377 | 105 | 13 | 0 | 0 | 276 | 144 | 102 |
| Binary | 1010000 | 11100011 | 11111111 | 1000101 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000010 |
Color Harmonies of #50E3FF
Complementary color
Monochromatic Colors of #50E3FF
Black with #50E3FF
Text Example
Text Example
White with #50E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E3FF; }
p { color: rgb(80,227,255); }
H1.HeaderClassName
{
color: #50E3FF;
}
.AnyTagClassName
{
color: #50E3FF;
}
</style>
background-color css
<style>
a { background-color: #50E3FF; }
a { background-color: rgb(80,227,255); }
div.DivClassName
{
background-color: #50E3FF;
}
.BgClassName
{
background-color: #50E3FF;
}
</style>
border-color css
<style>
span { border-color: #50E3FF; }
span { border-color: rgb(80,227,255); }
td.TdClassName
{
border-color: #50E3FF;
}
.TagClassName
{
border-color: #50E3FF;
}
</style>