Shades of Turquoise #56F8BA
Tints of Turquoise #56F8BA
RGB
CMYK
RGB Variations
Color information
#56F8BA (or 0x56F8BA) is known color: Turquoise. HEX triplet: 56, F8 and BA. RGB value is (86,248,186). Sum of RGB (Red+Green+Blue) = 86+248+186=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #56F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F8BA is #A90745. Grayscale: #C0C0C0. Windows color (decimal): -11077446 or 12253270. OLE color: 12253270.
HSL color Cylindrical-coordinate representation of color #56F8BA: hue angle of 157.04º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F8BA is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 248 | 186 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.03 |
| HSL | 157.04º | 0.92% | 0.65% | - |
| HSV(B) | 157.04º | 0.65% | 0.97% | - |
| XYZ | 46.27 | 72.66 | 58.04 | - |
| YUV | 192.49 | 124.33 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 248 | 186 | 0.65 | 0 | 0.25 | 0.03 | 157.04 | 0.92 | 0.65 |
| Hex | 56 | F8 | BA | 41 | 0 | 19 | 3 | 9D | 5C | 41 |
| Octal | 126 | 370 | 272 | 101 | 0 | 31 | 3 | 235 | 134 | 101 |
| Binary | 1010110 | 11111000 | 10111010 | 1000001 | 0 | 11001 | 11 | 10011101 | 1011100 | 1000001 |
Color Harmonies of #56F8BA
Complementary color
Monochromatic Colors of #56F8BA
Black with #56F8BA
Text Example
Text Example
White with #56F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F8BA; }
p { color: rgb(86,248,186); }
H1.HeaderClassName
{
color: #56F8BA;
}
.AnyTagClassName
{
color: #56F8BA;
}
</style>
background-color css
<style>
a { background-color: #56F8BA; }
a { background-color: rgb(86,248,186); }
div.DivClassName
{
background-color: #56F8BA;
}
.BgClassName
{
background-color: #56F8BA;
}
</style>
border-color css
<style>
span { border-color: #56F8BA; }
span { border-color: rgb(86,248,186); }
td.TdClassName
{
border-color: #56F8BA;
}
.TagClassName
{
border-color: #56F8BA;
}
</style>