Shades of Turquoise #56EFDC
Tints of Turquoise #56EFDC
RGB
CMYK
RGB Variations
Color information
#56EFDC (or 0x56EFDC) is known color: Turquoise. HEX triplet: 56, EF and DC. RGB value is (86,239,220). Sum of RGB (Red+Green+Blue) = 86+239+220=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFDC is #A91023. Grayscale: #BFBFBF. Windows color (decimal): -11079716 or 14479190. OLE color: 14479190.
HSL color Cylindrical-coordinate representation of color #56EFDC: hue angle of 172.55º 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 #56EFDC is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 239 | 220 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.06 |
| HSL | 172.55º | 0.83% | 0.64% | - |
| HSV(B) | 172.55º | 0.64% | 0.94% | - |
| XYZ | 47.62 | 68.88 | 78.5 | - |
| YUV | 191.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 220 | 0.64 | 0 | 0.08 | 0.06 | 172.55 | 0.83 | 0.64 |
| Hex | 56 | EF | DC | 40 | 0 | 8 | 6 | AD | 53 | 40 |
| Octal | 126 | 357 | 334 | 100 | 0 | 10 | 6 | 255 | 123 | 100 |
| Binary | 1010110 | 11101111 | 11011100 | 1000000 | 0 | 1000 | 110 | 10101101 | 1010011 | 1000000 |
Color Harmonies of #56EFDC
Complementary color
Monochromatic Colors of #56EFDC
Black with #56EFDC
Text Example
Text Example
White with #56EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFDC; }
p { color: rgb(86,239,220); }
H1.HeaderClassName
{
color: #56EFDC;
}
.AnyTagClassName
{
color: #56EFDC;
}
</style>
background-color css
<style>
a { background-color: #56EFDC; }
a { background-color: rgb(86,239,220); }
div.DivClassName
{
background-color: #56EFDC;
}
.BgClassName
{
background-color: #56EFDC;
}
</style>
border-color css
<style>
span { border-color: #56EFDC; }
span { border-color: rgb(86,239,220); }
td.TdClassName
{
border-color: #56EFDC;
}
.TagClassName
{
border-color: #56EFDC;
}
</style>