Shades of Turquoise #50FABA
Tints of Turquoise #50FABA
RGB
CMYK
RGB Variations
Color information
#50FABA (or 0x50FABA) is known color: Turquoise. HEX triplet: 50, FA and BA. RGB value is (80,250,186). Sum of RGB (Red+Green+Blue) = 80+250+186=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #50FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FABA is #AF0545. Grayscale: #BFBFBF. Windows color (decimal): -11470150 or 12253776. OLE color: 12253776.
HSL color Cylindrical-coordinate representation of color #50FABA: hue angle of 157.41º 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 #50FABA is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 186 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.02 |
| HSL | 157.41º | 0.94% | 0.65% | - |
| HSV(B) | 157.41º | 0.68% | 0.98% | - |
| XYZ | 46.36 | 73.62 | 58.22 | - |
| YUV | 191.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 186 | 0.68 | 0 | 0.26 | 0.02 | 157.41 | 0.94 | 0.65 |
| Hex | 50 | FA | BA | 44 | 0 | 1A | 2 | 9D | 5E | 41 |
| Octal | 120 | 372 | 272 | 104 | 0 | 32 | 2 | 235 | 136 | 101 |
| Binary | 1010000 | 11111010 | 10111010 | 1000100 | 0 | 11010 | 10 | 10011101 | 1011110 | 1000001 |
Color Harmonies of #50FABA
Complementary color
Monochromatic Colors of #50FABA
Black with #50FABA
Text Example
Text Example
White with #50FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FABA; }
p { color: rgb(80,250,186); }
H1.HeaderClassName
{
color: #50FABA;
}
.AnyTagClassName
{
color: #50FABA;
}
</style>
background-color css
<style>
a { background-color: #50FABA; }
a { background-color: rgb(80,250,186); }
div.DivClassName
{
background-color: #50FABA;
}
.BgClassName
{
background-color: #50FABA;
}
</style>
border-color css
<style>
span { border-color: #50FABA; }
span { border-color: rgb(80,250,186); }
td.TdClassName
{
border-color: #50FABA;
}
.TagClassName
{
border-color: #50FABA;
}
</style>