Shades of Turquoise #50FABB
Tints of Turquoise #50FABB
RGB
CMYK
RGB Variations
Color information
#50FABB (or 0x50FABB) is known color: Turquoise. HEX triplet: 50, FA and BB. RGB value is (80,250,187). Sum of RGB (Red+Green+Blue) = 80+250+187=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #50FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FABB is #AF0544. Grayscale: #C0C0C0. Windows color (decimal): -11470149 or 12319312. OLE color: 12319312.
HSL color Cylindrical-coordinate representation of color #50FABB: hue angle of 157.76º 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 #50FABB is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 187 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.02 |
| HSL | 157.76º | 0.94% | 0.65% | - |
| HSV(B) | 157.76º | 0.68% | 0.98% | - |
| XYZ | 46.46 | 73.66 | 58.78 | - |
| YUV | 191.99 | 125.18 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 187 | 0.68 | 0 | 0.25 | 0.02 | 157.76 | 0.94 | 0.65 |
| Hex | 50 | FA | BB | 44 | 0 | 19 | 2 | 9E | 5E | 41 |
| Octal | 120 | 372 | 273 | 104 | 0 | 31 | 2 | 236 | 136 | 101 |
| Binary | 1010000 | 11111010 | 10111011 | 1000100 | 0 | 11001 | 10 | 10011110 | 1011110 | 1000001 |
Color Harmonies of #50FABB
Complementary color
Monochromatic Colors of #50FABB
Black with #50FABB
Text Example
Text Example
White with #50FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FABB; }
p { color: rgb(80,250,187); }
H1.HeaderClassName
{
color: #50FABB;
}
.AnyTagClassName
{
color: #50FABB;
}
</style>
background-color css
<style>
a { background-color: #50FABB; }
a { background-color: rgb(80,250,187); }
div.DivClassName
{
background-color: #50FABB;
}
.BgClassName
{
background-color: #50FABB;
}
</style>
border-color css
<style>
span { border-color: #50FABB; }
span { border-color: rgb(80,250,187); }
td.TdClassName
{
border-color: #50FABB;
}
.TagClassName
{
border-color: #50FABB;
}
</style>