Shades of Medium Turquoise #56DACA
Tints of Medium Turquoise #56DACA
RGB
CMYK
RGB Variations
Color information
#56DACA (or 0x56DACA) is known color: Medium Turquoise. HEX triplet: 56, DA and CA. RGB value is (86,218,202). Sum of RGB (Red+Green+Blue) = 86+218+202=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #56DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DACA is #A92535. Grayscale: #B0B0B0. Windows color (decimal): -11085110 or 13294166. OLE color: 13294166.
HSL color Cylindrical-coordinate representation of color #56DACA: hue angle of 172.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DACA is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 218 | 202 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.15 |
| HSL | 172.73º | 0.64% | 0.6% | - |
| HSV(B) | 172.73º | 0.61% | 0.85% | - |
| XYZ | 39.57 | 56.39 | 64.68 | - |
| YUV | 176.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 202 | 0.61 | 0 | 0.07 | 0.15 | 172.73 | 0.64 | 0.6 |
| Hex | 56 | DA | CA | 3D | 0 | 7 | F | AD | 40 | 3C |
| Octal | 126 | 332 | 312 | 75 | 0 | 7 | 17 | 255 | 100 | 74 |
| Binary | 1010110 | 11011010 | 11001010 | 111101 | 0 | 111 | 1111 | 10101101 | 1000000 | 111100 |
Color Harmonies of #56DACA
Complementary color
Monochromatic Colors of #56DACA
Black with #56DACA
Text Example
Text Example
White with #56DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DACA; }
p { color: rgb(86,218,202); }
H1.HeaderClassName
{
color: #56DACA;
}
.AnyTagClassName
{
color: #56DACA;
}
</style>
background-color css
<style>
a { background-color: #56DACA; }
a { background-color: rgb(86,218,202); }
div.DivClassName
{
background-color: #56DACA;
}
.BgClassName
{
background-color: #56DACA;
}
</style>
border-color css
<style>
span { border-color: #56DACA; }
span { border-color: rgb(86,218,202); }
td.TdClassName
{
border-color: #56DACA;
}
.TagClassName
{
border-color: #56DACA;
}
</style>