Shades of Turquoise Blue #50E0FA
Tints of Turquoise Blue #50E0FA
RGB
CMYK
RGB Variations
Color information
#50E0FA (or 0x50E0FA) is known color: Turquoise Blue. HEX triplet: 50, E0 and FA. RGB value is (80,224,250). Sum of RGB (Red+Green+Blue) = 80+224+250=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #50E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E0FA is #AF1F05. Grayscale: #B7B7B7. Windows color (decimal): -11476742 or 16441424. OLE color: 16441424.
HSL color Cylindrical-coordinate representation of color #50E0FA: hue angle of 189.18º degrees, saturation: 0.94, 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 #50E0FA is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 224 | 250 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.02 |
| HSL | 189.18º | 0.94% | 0.65% | - |
| HSV(B) | 189.18º | 0.68% | 0.98% | - |
| XYZ | 47.22 | 61.92 | 99.91 | - |
| YUV | 183.91 | 165.29 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 250 | 0.68 | 0.10 | 0 | 0.02 | 189.18 | 0.94 | 0.65 |
| Hex | 50 | E0 | FA | 44 | A | 0 | 2 | BD | 5E | 41 |
| Octal | 120 | 340 | 372 | 104 | 12 | 0 | 2 | 275 | 136 | 101 |
| Binary | 1010000 | 11100000 | 11111010 | 1000100 | 1010 | 0 | 10 | 10111101 | 1011110 | 1000001 |
Color Harmonies of #50E0FA
Complementary color
Monochromatic Colors of #50E0FA
Black with #50E0FA
Text Example
Text Example
White with #50E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E0FA; }
p { color: rgb(80,224,250); }
H1.HeaderClassName
{
color: #50E0FA;
}
.AnyTagClassName
{
color: #50E0FA;
}
</style>
background-color css
<style>
a { background-color: #50E0FA; }
a { background-color: rgb(80,224,250); }
div.DivClassName
{
background-color: #50E0FA;
}
.BgClassName
{
background-color: #50E0FA;
}
</style>
border-color css
<style>
span { border-color: #50E0FA; }
span { border-color: rgb(80,224,250); }
td.TdClassName
{
border-color: #50E0FA;
}
.TagClassName
{
border-color: #50E0FA;
}
</style>