Shades of Medium Turquoise #56DAC0
Tints of Medium Turquoise #56DAC0
RGB
CMYK
RGB Variations
Color information
#56DAC0 (or 0x56DAC0) is known color: Medium Turquoise. HEX triplet: 56, DA and C0. RGB value is (86,218,192). Sum of RGB (Red+Green+Blue) = 86+218+192=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #56DAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DAC0 is #A9253F. Grayscale: #AFAFAF. Windows color (decimal): -11085120 or 12638806. OLE color: 12638806.
HSL color Cylindrical-coordinate representation of color #56DAC0: hue angle of 168.18º 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 #56DAC0 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 218 | 192 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.15 |
| HSL | 168.18º | 0.64% | 0.6% | - |
| HSV(B) | 168.18º | 0.61% | 0.85% | - |
| XYZ | 38.42 | 55.93 | 58.64 | - |
| YUV | 175.57 | 137.27 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 192 | 0.61 | 0 | 0.12 | 0.15 | 168.18 | 0.64 | 0.6 |
| Hex | 56 | DA | C0 | 3D | 0 | C | F | A8 | 40 | 3C |
| Octal | 126 | 332 | 300 | 75 | 0 | 14 | 17 | 250 | 100 | 74 |
| Binary | 1010110 | 11011010 | 11000000 | 111101 | 0 | 1100 | 1111 | 10101000 | 1000000 | 111100 |
Color Harmonies of #56DAC0
Complementary color
Monochromatic Colors of #56DAC0
Black with #56DAC0
Text Example
Text Example
White with #56DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DAC0; }
p { color: rgb(86,218,192); }
H1.HeaderClassName
{
color: #56DAC0;
}
.AnyTagClassName
{
color: #56DAC0;
}
</style>
background-color css
<style>
a { background-color: #56DAC0; }
a { background-color: rgb(86,218,192); }
div.DivClassName
{
background-color: #56DAC0;
}
.BgClassName
{
background-color: #56DAC0;
}
</style>
border-color css
<style>
span { border-color: #56DAC0; }
span { border-color: rgb(86,218,192); }
td.TdClassName
{
border-color: #56DAC0;
}
.TagClassName
{
border-color: #56DAC0;
}
</style>