Shades of Turquoise #56F5BC
Tints of Turquoise #56F5BC
RGB
CMYK
RGB Variations
Color information
#56F5BC (or 0x56F5BC) is known color: Turquoise. HEX triplet: 56, F5 and BC. RGB value is (86,245,188). Sum of RGB (Red+Green+Blue) = 86+245+188=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #56F5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F5BC is #A90A43. Grayscale: #BFBFBF. Windows color (decimal): -11078212 or 12383574. OLE color: 12383574.
HSL color Cylindrical-coordinate representation of color #56F5BC: hue angle of 158.49º degrees, saturation: 0.89, 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 #56F5BC is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 245 | 188 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.04 |
| HSL | 158.49º | 0.89% | 0.65% | - |
| HSV(B) | 158.49º | 0.65% | 0.96% | - |
| XYZ | 45.57 | 70.91 | 58.86 | - |
| YUV | 190.96 | 126.32 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 245 | 188 | 0.65 | 0 | 0.23 | 0.04 | 158.49 | 0.89 | 0.65 |
| Hex | 56 | F5 | BC | 41 | 0 | 17 | 4 | 9E | 59 | 41 |
| Octal | 126 | 365 | 274 | 101 | 0 | 27 | 4 | 236 | 131 | 101 |
| Binary | 1010110 | 11110101 | 10111100 | 1000001 | 0 | 10111 | 100 | 10011110 | 1011001 | 1000001 |
Color Harmonies of #56F5BC
Complementary color
Monochromatic Colors of #56F5BC
Black with #56F5BC
Text Example
Text Example
White with #56F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F5BC; }
p { color: rgb(86,245,188); }
H1.HeaderClassName
{
color: #56F5BC;
}
.AnyTagClassName
{
color: #56F5BC;
}
</style>
background-color css
<style>
a { background-color: #56F5BC; }
a { background-color: rgb(86,245,188); }
div.DivClassName
{
background-color: #56F5BC;
}
.BgClassName
{
background-color: #56F5BC;
}
</style>
border-color css
<style>
span { border-color: #56F5BC; }
span { border-color: rgb(86,245,188); }
td.TdClassName
{
border-color: #56F5BC;
}
.TagClassName
{
border-color: #56F5BC;
}
</style>