Shades of Turquoise #56EFC0
Tints of Turquoise #56EFC0
RGB
CMYK
RGB Variations
Color information
#56EFC0 (or 0x56EFC0) is known color: Turquoise. HEX triplet: 56, EF and C0. RGB value is (86,239,192). Sum of RGB (Red+Green+Blue) = 86+239+192=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFC0 is #A9103F. Grayscale: #BBBBBB. Windows color (decimal): -11079744 or 12644182. OLE color: 12644182.
HSL color Cylindrical-coordinate representation of color #56EFC0: hue angle of 161.57º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFC0 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 239 | 192 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.06 |
| HSL | 161.57º | 0.83% | 0.64% | - |
| HSV(B) | 161.57º | 0.64% | 0.94% | - |
| XYZ | 44.22 | 67.52 | 60.57 | - |
| YUV | 187.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 192 | 0.64 | 0 | 0.20 | 0.06 | 161.57 | 0.83 | 0.64 |
| Hex | 56 | EF | C0 | 40 | 0 | 14 | 6 | A2 | 53 | 40 |
| Octal | 126 | 357 | 300 | 100 | 0 | 24 | 6 | 242 | 123 | 100 |
| Binary | 1010110 | 11101111 | 11000000 | 1000000 | 0 | 10100 | 110 | 10100010 | 1010011 | 1000000 |
Color Harmonies of #56EFC0
Complementary color
Monochromatic Colors of #56EFC0
Black with #56EFC0
Text Example
Text Example
White with #56EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFC0; }
p { color: rgb(86,239,192); }
H1.HeaderClassName
{
color: #56EFC0;
}
.AnyTagClassName
{
color: #56EFC0;
}
</style>
background-color css
<style>
a { background-color: #56EFC0; }
a { background-color: rgb(86,239,192); }
div.DivClassName
{
background-color: #56EFC0;
}
.BgClassName
{
background-color: #56EFC0;
}
</style>
border-color css
<style>
span { border-color: #56EFC0; }
span { border-color: rgb(86,239,192); }
td.TdClassName
{
border-color: #56EFC0;
}
.TagClassName
{
border-color: #56EFC0;
}
</style>