Shades of Medium Turquoise #56CEDC
Tints of Medium Turquoise #56CEDC
RGB
CMYK
RGB Variations
Color information
#56CEDC (or 0x56CEDC) is known color: Medium Turquoise. HEX triplet: 56, CE and DC. RGB value is (86,206,220). Sum of RGB (Red+Green+Blue) = 86+206+220=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #56CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEDC is #A93123. Grayscale: #ABABAB. Windows color (decimal): -11088164 or 14470742. OLE color: 14470742.
HSL color Cylindrical-coordinate representation of color #56CEDC: hue angle of 186.27º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CEDC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 206 | 220 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.14 |
| HSL | 186.27º | 0.66% | 0.6% | - |
| HSV(B) | 186.27º | 0.61% | 0.86% | - |
| XYZ | 38.83 | 51.29 | 75.56 | - |
| YUV | 171.72 | 155.24 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 220 | 0.61 | 0.06 | 0 | 0.14 | 186.27 | 0.66 | 0.6 |
| Hex | 56 | CE | DC | 3D | 6 | 0 | E | BA | 42 | 3C |
| Octal | 126 | 316 | 334 | 75 | 6 | 0 | 16 | 272 | 102 | 74 |
| Binary | 1010110 | 11001110 | 11011100 | 111101 | 110 | 0 | 1110 | 10111010 | 1000010 | 111100 |
Color Harmonies of #56CEDC
Complementary color
Monochromatic Colors of #56CEDC
Black with #56CEDC
Text Example
Text Example
White with #56CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEDC; }
p { color: rgb(86,206,220); }
H1.HeaderClassName
{
color: #56CEDC;
}
.AnyTagClassName
{
color: #56CEDC;
}
</style>
background-color css
<style>
a { background-color: #56CEDC; }
a { background-color: rgb(86,206,220); }
div.DivClassName
{
background-color: #56CEDC;
}
.BgClassName
{
background-color: #56CEDC;
}
</style>
border-color css
<style>
span { border-color: #56CEDC; }
span { border-color: rgb(86,206,220); }
td.TdClassName
{
border-color: #56CEDC;
}
.TagClassName
{
border-color: #56CEDC;
}
</style>