Shades of Turquoise Blue #50E9FB
Tints of Turquoise Blue #50E9FB
RGB
CMYK
RGB Variations
Color information
#50E9FB (or 0x50E9FB) is known color: Turquoise Blue. HEX triplet: 50, E9 and FB. RGB value is (80,233,251). Sum of RGB (Red+Green+Blue) = 80+233+251=564 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.18% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #50E9FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E9FB is #AF1604. Grayscale: #BDBDBD. Windows color (decimal): -11474437 or 16509264. OLE color: 16509264.
HSL color Cylindrical-coordinate representation of color #50E9FB: hue angle of 186.32º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E9FB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 233 | 251 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.02 |
| HSL | 186.32º | 0.96% | 0.65% | - |
| HSV(B) | 186.32º | 0.68% | 0.98% | - |
| XYZ | 49.86 | 66.95 | 101.56 | - |
| YUV | 189.31 | 162.81 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 251 | 0.68 | 0.07 | 0 | 0.02 | 186.32 | 0.96 | 0.65 |
| Hex | 50 | E9 | FB | 44 | 7 | 0 | 2 | BA | 60 | 41 |
| Octal | 120 | 351 | 373 | 104 | 7 | 0 | 2 | 272 | 140 | 101 |
| Binary | 1010000 | 11101001 | 11111011 | 1000100 | 111 | 0 | 10 | 10111010 | 1100000 | 1000001 |
Color Harmonies of #50E9FB
Complementary color
Monochromatic Colors of #50E9FB
Black with #50E9FB
Text Example
Text Example
White with #50E9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9FB; }
p { color: rgb(80,233,251); }
H1.HeaderClassName
{
color: #50E9FB;
}
.AnyTagClassName
{
color: #50E9FB;
}
</style>
background-color css
<style>
a { background-color: #50E9FB; }
a { background-color: rgb(80,233,251); }
div.DivClassName
{
background-color: #50E9FB;
}
.BgClassName
{
background-color: #50E9FB;
}
</style>
border-color css
<style>
span { border-color: #50E9FB; }
span { border-color: rgb(80,233,251); }
td.TdClassName
{
border-color: #50E9FB;
}
.TagClassName
{
border-color: #50E9FB;
}
</style>