Shades of Turquoise Blue #50E4FE
Tints of Turquoise Blue #50E4FE
RGB
CMYK
RGB Variations
Color information
#50E4FE (or 0x50E4FE) is known color: Turquoise Blue. HEX triplet: 50, E4 and FE. RGB value is (80,228,254). Sum of RGB (Red+Green+Blue) = 80+228+254=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #50E4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E4FE is #AF1B01. Grayscale: #BABABA. Windows color (decimal): -11475714 or 16704592. OLE color: 16704592.
HSL color Cylindrical-coordinate representation of color #50E4FE: hue angle of 188.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50E4FE is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 228 | 254 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.00 |
| HSL | 188.97º | 0.99% | 0.65% | - |
| HSV(B) | 188.97º | 0.69% | 1% | - |
| XYZ | 48.94 | 64.35 | 103.61 | - |
| YUV | 186.71 | 165.97 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 254 | 0.69 | 0.10 | 0 | 0.00 | 188.97 | 0.99 | 0.65 |
| Hex | 50 | E4 | FE | 45 | A | 0 | 0 | BD | 63 | 41 |
| Octal | 120 | 344 | 376 | 105 | 12 | 0 | 0 | 275 | 143 | 101 |
| Binary | 1010000 | 11100100 | 11111110 | 1000101 | 1010 | 0 | 0 | 10111101 | 1100011 | 1000001 |
Color Harmonies of #50E4FE
Complementary color
Monochromatic Colors of #50E4FE
Black with #50E4FE
Text Example
Text Example
White with #50E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E4FE; }
p { color: rgb(80,228,254); }
H1.HeaderClassName
{
color: #50E4FE;
}
.AnyTagClassName
{
color: #50E4FE;
}
</style>
background-color css
<style>
a { background-color: #50E4FE; }
a { background-color: rgb(80,228,254); }
div.DivClassName
{
background-color: #50E4FE;
}
.BgClassName
{
background-color: #50E4FE;
}
</style>
border-color css
<style>
span { border-color: #50E4FE; }
span { border-color: rgb(80,228,254); }
td.TdClassName
{
border-color: #50E4FE;
}
.TagClassName
{
border-color: #50E4FE;
}
</style>