Shades of Turquoise #56ECBE
Tints of Turquoise #56ECBE
RGB
CMYK
RGB Variations
Color information
#56ECBE (or 0x56ECBE) is known color: Turquoise. HEX triplet: 56, EC and BE. RGB value is (86,236,190). Sum of RGB (Red+Green+Blue) = 86+236+190=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56ECBE is #A91341. Grayscale: #B9B9B9. Windows color (decimal): -11080514 or 12512342. OLE color: 12512342.
HSL color Cylindrical-coordinate representation of color #56ECBE: hue angle of 161.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ECBE is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 190 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.07 |
| HSL | 161.6º | 0.8% | 0.63% | - |
| HSV(B) | 161.6º | 0.64% | 0.93% | - |
| XYZ | 43.13 | 65.69 | 59.12 | - |
| YUV | 185.91 | 130.31 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 190 | 0.64 | 0 | 0.19 | 0.07 | 161.6 | 0.8 | 0.63 |
| Hex | 56 | EC | BE | 40 | 0 | 13 | 7 | A2 | 50 | 3F |
| Octal | 126 | 354 | 276 | 100 | 0 | 23 | 7 | 242 | 120 | 77 |
| Binary | 1010110 | 11101100 | 10111110 | 1000000 | 0 | 10011 | 111 | 10100010 | 1010000 | 111111 |
Color Harmonies of #56ECBE
Complementary color
Monochromatic Colors of #56ECBE
Black with #56ECBE
Text Example
Text Example
White with #56ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECBE; }
p { color: rgb(86,236,190); }
H1.HeaderClassName
{
color: #56ECBE;
}
.AnyTagClassName
{
color: #56ECBE;
}
</style>
background-color css
<style>
a { background-color: #56ECBE; }
a { background-color: rgb(86,236,190); }
div.DivClassName
{
background-color: #56ECBE;
}
.BgClassName
{
background-color: #56ECBE;
}
</style>
border-color css
<style>
span { border-color: #56ECBE; }
span { border-color: rgb(86,236,190); }
td.TdClassName
{
border-color: #56ECBE;
}
.TagClassName
{
border-color: #56ECBE;
}
</style>