Shades of Medium Turquoise #56DCCB
Tints of Medium Turquoise #56DCCB
RGB
CMYK
RGB Variations
Color information
#56DCCB (or 0x56DCCB) is known color: Medium Turquoise. HEX triplet: 56, DC and CB. RGB value is (86,220,203). Sum of RGB (Red+Green+Blue) = 86+220+203=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCCB is #A92334. Grayscale: #B1B1B1. Windows color (decimal): -11084597 or 13360214. OLE color: 13360214.
HSL color Cylindrical-coordinate representation of color #56DCCB: hue angle of 172.39º 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 #56DCCB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 203 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.14 |
| HSL | 172.39º | 0.66% | 0.6% | - |
| HSV(B) | 172.39º | 0.61% | 0.86% | - |
| XYZ | 40.21 | 57.48 | 65.47 | - |
| YUV | 178 | 142.11 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 203 | 0.61 | 0 | 0.08 | 0.14 | 172.39 | 0.66 | 0.6 |
| Hex | 56 | DC | CB | 3D | 0 | 8 | E | AC | 42 | 3C |
| Octal | 126 | 334 | 313 | 75 | 0 | 10 | 16 | 254 | 102 | 74 |
| Binary | 1010110 | 11011100 | 11001011 | 111101 | 0 | 1000 | 1110 | 10101100 | 1000010 | 111100 |
Color Harmonies of #56DCCB
Complementary color
Monochromatic Colors of #56DCCB
Black with #56DCCB
Text Example
Text Example
White with #56DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCCB; }
p { color: rgb(86,220,203); }
H1.HeaderClassName
{
color: #56DCCB;
}
.AnyTagClassName
{
color: #56DCCB;
}
</style>
background-color css
<style>
a { background-color: #56DCCB; }
a { background-color: rgb(86,220,203); }
div.DivClassName
{
background-color: #56DCCB;
}
.BgClassName
{
background-color: #56DCCB;
}
</style>
border-color css
<style>
span { border-color: #56DCCB; }
span { border-color: rgb(86,220,203); }
td.TdClassName
{
border-color: #56DCCB;
}
.TagClassName
{
border-color: #56DCCB;
}
</style>