Shades of Turquoise #56FABA
Tints of Turquoise #56FABA
RGB
CMYK
RGB Variations
Color information
#56FABA (or 0x56FABA) is known color: Turquoise. HEX triplet: 56, FA and BA. RGB value is (86,250,186). Sum of RGB (Red+Green+Blue) = 86+250+186=522 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.48% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #56FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FABA is #A90545. Grayscale: #C1C1C1. Windows color (decimal): -11076934 or 12253782. OLE color: 12253782.
HSL color Cylindrical-coordinate representation of color #56FABA: hue angle of 156.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FABA is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 186 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.02 |
| HSL | 156.59º | 0.94% | 0.66% | - |
| HSV(B) | 156.59º | 0.66% | 0.98% | - |
| XYZ | 46.89 | 73.89 | 58.25 | - |
| YUV | 193.67 | 123.67 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 186 | 0.66 | 0 | 0.26 | 0.02 | 156.59 | 0.94 | 0.66 |
| Hex | 56 | FA | BA | 42 | 0 | 1A | 2 | 9D | 5E | 42 |
| Octal | 126 | 372 | 272 | 102 | 0 | 32 | 2 | 235 | 136 | 102 |
| Binary | 1010110 | 11111010 | 10111010 | 1000010 | 0 | 11010 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #56FABA
Complementary color
Monochromatic Colors of #56FABA
Black with #56FABA
Text Example
Text Example
White with #56FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FABA; }
p { color: rgb(86,250,186); }
H1.HeaderClassName
{
color: #56FABA;
}
.AnyTagClassName
{
color: #56FABA;
}
</style>
background-color css
<style>
a { background-color: #56FABA; }
a { background-color: rgb(86,250,186); }
div.DivClassName
{
background-color: #56FABA;
}
.BgClassName
{
background-color: #56FABA;
}
</style>
border-color css
<style>
span { border-color: #56FABA; }
span { border-color: rgb(86,250,186); }
td.TdClassName
{
border-color: #56FABA;
}
.TagClassName
{
border-color: #56FABA;
}
</style>