Shades of Medium Turquoise #56DFDC
Tints of Medium Turquoise #56DFDC
RGB
CMYK
RGB Variations
Color information
#56DFDC (or 0x56DFDC) is known color: Medium Turquoise. HEX triplet: 56, DF and DC. RGB value is (86,223,220). Sum of RGB (Red+Green+Blue) = 86+223+220=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFDC is #A92023. Grayscale: #B5B5B5. Windows color (decimal): -11083812 or 14475094. OLE color: 14475094.
HSL color Cylindrical-coordinate representation of color #56DFDC: hue angle of 178.69º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DFDC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 220 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 178.69º | 0.68% | 0.61% | - |
| HSV(B) | 178.69º | 0.61% | 0.87% | - |
| XYZ | 43.14 | 59.92 | 77 | - |
| YUV | 181.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 220 | 0.61 | 0 | 0.01 | 0.13 | 178.69 | 0.68 | 0.61 |
| Hex | 56 | DF | DC | 3D | 0 | 1 | D | B3 | 44 | 3D |
| Octal | 126 | 337 | 334 | 75 | 0 | 1 | 15 | 263 | 104 | 75 |
| Binary | 1010110 | 11011111 | 11011100 | 111101 | 0 | 1 | 1101 | 10110011 | 1000100 | 111101 |
Color Harmonies of #56DFDC
Complementary color
Monochromatic Colors of #56DFDC
Black with #56DFDC
Text Example
Text Example
White with #56DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFDC; }
p { color: rgb(86,223,220); }
H1.HeaderClassName
{
color: #56DFDC;
}
.AnyTagClassName
{
color: #56DFDC;
}
</style>
background-color css
<style>
a { background-color: #56DFDC; }
a { background-color: rgb(86,223,220); }
div.DivClassName
{
background-color: #56DFDC;
}
.BgClassName
{
background-color: #56DFDC;
}
</style>
border-color css
<style>
span { border-color: #56DFDC; }
span { border-color: rgb(86,223,220); }
td.TdClassName
{
border-color: #56DFDC;
}
.TagClassName
{
border-color: #56DFDC;
}
</style>