Shades of Turquoise #56FABC
Tints of Turquoise #56FABC
RGB
CMYK
RGB Variations
Color information
#56FABC (or 0x56FABC) is known color: Turquoise. HEX triplet: 56, FA and BC. RGB value is (86,250,188). Sum of RGB (Red+Green+Blue) = 86+250+188=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #56FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FABC is #A90543. Grayscale: #C1C1C1. Windows color (decimal): -11076932 or 12384854. OLE color: 12384854.
HSL color Cylindrical-coordinate representation of color #56FABC: hue angle of 157.32º 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 #56FABC is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 188 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.02 |
| HSL | 157.32º | 0.94% | 0.66% | - |
| HSV(B) | 157.32º | 0.66% | 0.98% | - |
| XYZ | 47.1 | 73.98 | 59.37 | - |
| YUV | 193.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 188 | 0.66 | 0 | 0.25 | 0.02 | 157.32 | 0.94 | 0.66 |
| Hex | 56 | FA | BC | 42 | 0 | 19 | 2 | 9D | 5E | 42 |
| Octal | 126 | 372 | 274 | 102 | 0 | 31 | 2 | 235 | 136 | 102 |
| Binary | 1010110 | 11111010 | 10111100 | 1000010 | 0 | 11001 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #56FABC
Complementary color
Monochromatic Colors of #56FABC
Black with #56FABC
Text Example
Text Example
White with #56FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FABC; }
p { color: rgb(86,250,188); }
H1.HeaderClassName
{
color: #56FABC;
}
.AnyTagClassName
{
color: #56FABC;
}
</style>
background-color css
<style>
a { background-color: #56FABC; }
a { background-color: rgb(86,250,188); }
div.DivClassName
{
background-color: #56FABC;
}
.BgClassName
{
background-color: #56FABC;
}
</style>
border-color css
<style>
span { border-color: #56FABC; }
span { border-color: rgb(86,250,188); }
td.TdClassName
{
border-color: #56FABC;
}
.TagClassName
{
border-color: #56FABC;
}
</style>