Shades of Medium Turquoise #56DAC8
Tints of Medium Turquoise #56DAC8
RGB
CMYK
RGB Variations
Color information
#56DAC8 (or 0x56DAC8) is known color: Medium Turquoise. HEX triplet: 56, DA and C8. RGB value is (86,218,200). Sum of RGB (Red+Green+Blue) = 86+218+200=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #56DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DAC8 is #A92537. Grayscale: #B0B0B0. Windows color (decimal): -11085112 or 13163094. OLE color: 13163094.
HSL color Cylindrical-coordinate representation of color #56DAC8: hue angle of 171.82º 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 #56DAC8 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 218 | 200 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.15 |
| HSL | 171.82º | 0.64% | 0.6% | - |
| HSV(B) | 171.82º | 0.61% | 0.85% | - |
| XYZ | 39.33 | 56.29 | 63.44 | - |
| YUV | 176.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 200 | 0.61 | 0 | 0.08 | 0.15 | 171.82 | 0.64 | 0.6 |
| Hex | 56 | DA | C8 | 3D | 0 | 8 | F | AC | 40 | 3C |
| Octal | 126 | 332 | 310 | 75 | 0 | 10 | 17 | 254 | 100 | 74 |
| Binary | 1010110 | 11011010 | 11001000 | 111101 | 0 | 1000 | 1111 | 10101100 | 1000000 | 111100 |
Color Harmonies of #56DAC8
Complementary color
Monochromatic Colors of #56DAC8
Black with #56DAC8
Text Example
Text Example
White with #56DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DAC8; }
p { color: rgb(86,218,200); }
H1.HeaderClassName
{
color: #56DAC8;
}
.AnyTagClassName
{
color: #56DAC8;
}
</style>
background-color css
<style>
a { background-color: #56DAC8; }
a { background-color: rgb(86,218,200); }
div.DivClassName
{
background-color: #56DAC8;
}
.BgClassName
{
background-color: #56DAC8;
}
</style>
border-color css
<style>
span { border-color: #56DAC8; }
span { border-color: rgb(86,218,200); }
td.TdClassName
{
border-color: #56DAC8;
}
.TagClassName
{
border-color: #56DAC8;
}
</style>