Shades of Medium Turquoise #56DEDC
Tints of Medium Turquoise #56DEDC
RGB
CMYK
RGB Variations
Color information
#56DEDC (or 0x56DEDC) is known color: Medium Turquoise. HEX triplet: 56, DE and DC. RGB value is (86,222,220). Sum of RGB (Red+Green+Blue) = 86+222+220=528 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.29% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #56DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DEDC is #A92123. Grayscale: #B4B4B4. Windows color (decimal): -11084068 or 14474838. OLE color: 14474838.
HSL color Cylindrical-coordinate representation of color #56DEDC: hue angle of 179.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DEDC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 222 | 220 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 179.12º | 0.67% | 0.6% | - |
| HSV(B) | 179.12º | 0.61% | 0.87% | - |
| XYZ | 42.88 | 59.39 | 76.91 | - |
| YUV | 181.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 222 | 220 | 0.61 | 0 | 0.01 | 0.13 | 179.12 | 0.67 | 0.6 |
| Hex | 56 | DE | DC | 3D | 0 | 1 | D | B3 | 43 | 3C |
| Octal | 126 | 336 | 334 | 75 | 0 | 1 | 15 | 263 | 103 | 74 |
| Binary | 1010110 | 11011110 | 11011100 | 111101 | 0 | 1 | 1101 | 10110011 | 1000011 | 111100 |
Color Harmonies of #56DEDC
Complementary color
Monochromatic Colors of #56DEDC
Black with #56DEDC
Text Example
Text Example
White with #56DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DEDC; }
p { color: rgb(86,222,220); }
H1.HeaderClassName
{
color: #56DEDC;
}
.AnyTagClassName
{
color: #56DEDC;
}
</style>
background-color css
<style>
a { background-color: #56DEDC; }
a { background-color: rgb(86,222,220); }
div.DivClassName
{
background-color: #56DEDC;
}
.BgClassName
{
background-color: #56DEDC;
}
</style>
border-color css
<style>
span { border-color: #56DEDC; }
span { border-color: rgb(86,222,220); }
td.TdClassName
{
border-color: #56DEDC;
}
.TagClassName
{
border-color: #56DEDC;
}
</style>