Shades of Turquoise Blue #50E3FB
Tints of Turquoise Blue #50E3FB
RGB
CMYK
RGB Variations
Color information
#50E3FB (or 0x50E3FB) is known color: Turquoise Blue. HEX triplet: 50, E3 and FB. RGB value is (80,227,251). Sum of RGB (Red+Green+Blue) = 80+227+251=558 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.34% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #50E3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E3FB is #AF1C04. Grayscale: #B9B9B9. Windows color (decimal): -11475973 or 16507728. OLE color: 16507728.
HSL color Cylindrical-coordinate representation of color #50E3FB: hue angle of 188.42º 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 #50E3FB is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 227 | 251 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.02 |
| HSL | 188.42º | 0.96% | 0.65% | - |
| HSV(B) | 188.42º | 0.68% | 0.98% | - |
| XYZ | 48.19 | 63.61 | 101 | - |
| YUV | 185.78 | 164.8 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 251 | 0.68 | 0.10 | 0 | 0.02 | 188.42 | 0.96 | 0.65 |
| Hex | 50 | E3 | FB | 44 | A | 0 | 2 | BC | 60 | 41 |
| Octal | 120 | 343 | 373 | 104 | 12 | 0 | 2 | 274 | 140 | 101 |
| Binary | 1010000 | 11100011 | 11111011 | 1000100 | 1010 | 0 | 10 | 10111100 | 1100000 | 1000001 |
Color Harmonies of #50E3FB
Complementary color
Monochromatic Colors of #50E3FB
Black with #50E3FB
Text Example
Text Example
White with #50E3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E3FB; }
p { color: rgb(80,227,251); }
H1.HeaderClassName
{
color: #50E3FB;
}
.AnyTagClassName
{
color: #50E3FB;
}
</style>
background-color css
<style>
a { background-color: #50E3FB; }
a { background-color: rgb(80,227,251); }
div.DivClassName
{
background-color: #50E3FB;
}
.BgClassName
{
background-color: #50E3FB;
}
</style>
border-color css
<style>
span { border-color: #50E3FB; }
span { border-color: rgb(80,227,251); }
td.TdClassName
{
border-color: #50E3FB;
}
.TagClassName
{
border-color: #50E3FB;
}
</style>