Shades of Medium Turquoise #56DECD
Tints of Medium Turquoise #56DECD
RGB
CMYK
RGB Variations
Color information
#56DECD (or 0x56DECD) is known color: Medium Turquoise. HEX triplet: 56, DE and CD. RGB value is (86,222,205). Sum of RGB (Red+Green+Blue) = 86+222+205=513 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.76% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #56DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DECD is #A92132. Grayscale: #B3B3B3. Windows color (decimal): -11084083 or 13491798. OLE color: 13491798.
HSL color Cylindrical-coordinate representation of color #56DECD: hue angle of 172.5º 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 #56DECD is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 222 | 205 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.13 |
| HSL | 172.5º | 0.67% | 0.6% | - |
| HSV(B) | 172.5º | 0.61% | 0.87% | - |
| XYZ | 40.98 | 58.63 | 66.91 | - |
| YUV | 179.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 222 | 205 | 0.61 | 0 | 0.08 | 0.13 | 172.5 | 0.67 | 0.6 |
| Hex | 56 | DE | CD | 3D | 0 | 8 | D | AC | 43 | 3C |
| Octal | 126 | 336 | 315 | 75 | 0 | 10 | 15 | 254 | 103 | 74 |
| Binary | 1010110 | 11011110 | 11001101 | 111101 | 0 | 1000 | 1101 | 10101100 | 1000011 | 111100 |
Color Harmonies of #56DECD
Complementary color
Monochromatic Colors of #56DECD
Black with #56DECD
Text Example
Text Example
White with #56DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DECD; }
p { color: rgb(86,222,205); }
H1.HeaderClassName
{
color: #56DECD;
}
.AnyTagClassName
{
color: #56DECD;
}
</style>
background-color css
<style>
a { background-color: #56DECD; }
a { background-color: rgb(86,222,205); }
div.DivClassName
{
background-color: #56DECD;
}
.BgClassName
{
background-color: #56DECD;
}
</style>
border-color css
<style>
span { border-color: #56DECD; }
span { border-color: rgb(86,222,205); }
td.TdClassName
{
border-color: #56DECD;
}
.TagClassName
{
border-color: #56DECD;
}
</style>