Shades of Turquoise Blue #50E2FF
Tints of Turquoise Blue #50E2FF
RGB
CMYK
RGB Variations
Color information
#50E2FF (or 0x50E2FF) is known color: Turquoise Blue. HEX triplet: 50, E2 and FF. RGB value is (80,226,255). Sum of RGB (Red+Green+Blue) = 80+226+255=561 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.26% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #50E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E2FF is #AF1D00. Grayscale: #B9B9B9. Windows color (decimal): -11476225 or 16769616. OLE color: 16769616.
HSL color Cylindrical-coordinate representation of color #50E2FF: hue angle of 189.94º 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 #50E2FF is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 226 | 255 | - |
| CMYK | 0.69 | 0.11 | 0 | 0 |
| HSL | 189.94º | 1% | 0.66% | - |
| HSV(B) | 189.94º | 0.69% | 1% | - |
| XYZ | 48.55 | 63.32 | 104.27 | - |
| YUV | 185.65 | 167.13 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 255 | 0.69 | 0.11 | 0 | 0 | 189.94 | 1 | 0.66 |
| Hex | 50 | E2 | FF | 45 | B | 0 | 0 | BE | 64 | 42 |
| Octal | 120 | 342 | 377 | 105 | 13 | 0 | 0 | 276 | 144 | 102 |
| Binary | 1010000 | 11100010 | 11111111 | 1000101 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000010 |
Color Harmonies of #50E2FF
Complementary color
Monochromatic Colors of #50E2FF
Black with #50E2FF
Text Example
Text Example
White with #50E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E2FF; }
p { color: rgb(80,226,255); }
H1.HeaderClassName
{
color: #50E2FF;
}
.AnyTagClassName
{
color: #50E2FF;
}
</style>
background-color css
<style>
a { background-color: #50E2FF; }
a { background-color: rgb(80,226,255); }
div.DivClassName
{
background-color: #50E2FF;
}
.BgClassName
{
background-color: #50E2FF;
}
</style>
border-color css
<style>
span { border-color: #50E2FF; }
span { border-color: rgb(80,226,255); }
td.TdClassName
{
border-color: #50E2FF;
}
.TagClassName
{
border-color: #50E2FF;
}
</style>