Shades of Turquoise #51FABA
Tints of Turquoise #51FABA
RGB
CMYK
RGB Variations
Color information
#51FABA (or 0x51FABA) is known color: Turquoise. HEX triplet: 51, FA and BA. RGB value is (81,250,186). Sum of RGB (Red+Green+Blue) = 81+250+186=517 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.67% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #51FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FABA is #AE0545. Grayscale: #C0C0C0. Windows color (decimal): -11404614 or 12253777. OLE color: 12253777.
HSL color Cylindrical-coordinate representation of color #51FABA: hue angle of 157.28º 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 #51FABA is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 250 | 186 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.02 |
| HSL | 157.28º | 0.94% | 0.65% | - |
| HSV(B) | 157.28º | 0.68% | 0.98% | - |
| XYZ | 46.44 | 73.67 | 58.23 | - |
| YUV | 192.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 250 | 186 | 0.68 | 0 | 0.26 | 0.02 | 157.28 | 0.94 | 0.65 |
| Hex | 51 | FA | BA | 44 | 0 | 1A | 2 | 9D | 5E | 41 |
| Octal | 121 | 372 | 272 | 104 | 0 | 32 | 2 | 235 | 136 | 101 |
| Binary | 1010001 | 11111010 | 10111010 | 1000100 | 0 | 11010 | 10 | 10011101 | 1011110 | 1000001 |
Color Harmonies of #51FABA
Complementary color
Monochromatic Colors of #51FABA
Black with #51FABA
Text Example
Text Example
White with #51FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FABA; }
p { color: rgb(81,250,186); }
H1.HeaderClassName
{
color: #51FABA;
}
.AnyTagClassName
{
color: #51FABA;
}
</style>
background-color css
<style>
a { background-color: #51FABA; }
a { background-color: rgb(81,250,186); }
div.DivClassName
{
background-color: #51FABA;
}
.BgClassName
{
background-color: #51FABA;
}
</style>
border-color css
<style>
span { border-color: #51FABA; }
span { border-color: rgb(81,250,186); }
td.TdClassName
{
border-color: #51FABA;
}
.TagClassName
{
border-color: #51FABA;
}
</style>