Shades of Turquoise #56F6BC
Tints of Turquoise #56F6BC
RGB
CMYK
RGB Variations
Color information
#56F6BC (or 0x56F6BC) is known color: Turquoise. HEX triplet: 56, F6 and BC. RGB value is (86,246,188). Sum of RGB (Red+Green+Blue) = 86+246+188=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #56F6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F6BC is #A90943. Grayscale: #BFBFBF. Windows color (decimal): -11077956 or 12383830. OLE color: 12383830.
HSL color Cylindrical-coordinate representation of color #56F6BC: hue angle of 158.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F6BC is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 246 | 188 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.04 |
| HSL | 158.25º | 0.9% | 0.65% | - |
| HSV(B) | 158.25º | 0.65% | 0.96% | - |
| XYZ | 45.87 | 71.52 | 58.96 | - |
| YUV | 191.55 | 125.99 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 246 | 188 | 0.65 | 0 | 0.24 | 0.04 | 158.25 | 0.9 | 0.65 |
| Hex | 56 | F6 | BC | 41 | 0 | 18 | 4 | 9E | 5A | 41 |
| Octal | 126 | 366 | 274 | 101 | 0 | 30 | 4 | 236 | 132 | 101 |
| Binary | 1010110 | 11110110 | 10111100 | 1000001 | 0 | 11000 | 100 | 10011110 | 1011010 | 1000001 |
Color Harmonies of #56F6BC
Complementary color
Monochromatic Colors of #56F6BC
Black with #56F6BC
Text Example
Text Example
White with #56F6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F6BC; }
p { color: rgb(86,246,188); }
H1.HeaderClassName
{
color: #56F6BC;
}
.AnyTagClassName
{
color: #56F6BC;
}
</style>
background-color css
<style>
a { background-color: #56F6BC; }
a { background-color: rgb(86,246,188); }
div.DivClassName
{
background-color: #56F6BC;
}
.BgClassName
{
background-color: #56F6BC;
}
</style>
border-color css
<style>
span { border-color: #56F6BC; }
span { border-color: rgb(86,246,188); }
td.TdClassName
{
border-color: #56F6BC;
}
.TagClassName
{
border-color: #56F6BC;
}
</style>