Shades of Medium Turquoise #56DCCD
Tints of Medium Turquoise #56DCCD
RGB
CMYK
RGB Variations
Color information
#56DCCD (or 0x56DCCD) is known color: Medium Turquoise. HEX triplet: 56, DC and CD. RGB value is (86,220,205). Sum of RGB (Red+Green+Blue) = 86+220+205=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCCD is #A92332. Grayscale: #B2B2B2. Windows color (decimal): -11084595 or 13491286. OLE color: 13491286.
HSL color Cylindrical-coordinate representation of color #56DCCD: hue angle of 173.28º 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 #56DCCD is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 205 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.14 |
| HSL | 173.28º | 0.66% | 0.6% | - |
| HSV(B) | 173.28º | 0.61% | 0.86% | - |
| XYZ | 40.45 | 57.57 | 66.74 | - |
| YUV | 178.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 205 | 0.61 | 0 | 0.07 | 0.14 | 173.28 | 0.66 | 0.6 |
| Hex | 56 | DC | CD | 3D | 0 | 7 | E | AD | 42 | 3C |
| Octal | 126 | 334 | 315 | 75 | 0 | 7 | 16 | 255 | 102 | 74 |
| Binary | 1010110 | 11011100 | 11001101 | 111101 | 0 | 111 | 1110 | 10101101 | 1000010 | 111100 |
Color Harmonies of #56DCCD
Complementary color
Monochromatic Colors of #56DCCD
Black with #56DCCD
Text Example
Text Example
White with #56DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCCD; }
p { color: rgb(86,220,205); }
H1.HeaderClassName
{
color: #56DCCD;
}
.AnyTagClassName
{
color: #56DCCD;
}
</style>
background-color css
<style>
a { background-color: #56DCCD; }
a { background-color: rgb(86,220,205); }
div.DivClassName
{
background-color: #56DCCD;
}
.BgClassName
{
background-color: #56DCCD;
}
</style>
border-color css
<style>
span { border-color: #56DCCD; }
span { border-color: rgb(86,220,205); }
td.TdClassName
{
border-color: #56DCCD;
}
.TagClassName
{
border-color: #56DCCD;
}
</style>