Shades of Medium Turquoise #56D6C2
Tints of Medium Turquoise #56D6C2
RGB
CMYK
RGB Variations
Color information
#56D6C2 (or 0x56D6C2) is known color: Medium Turquoise. HEX triplet: 56, D6 and C2. RGB value is (86,214,194). Sum of RGB (Red+Green+Blue) = 86+214+194=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #56D6C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D6C2 is #A9293D. Grayscale: #ADADAD. Windows color (decimal): -11086142 or 12768854. OLE color: 12768854.
HSL color Cylindrical-coordinate representation of color #56D6C2: hue angle of 170.62º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D6C2 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 194 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.16 |
| HSL | 170.63º | 0.61% | 0.59% | - |
| HSV(B) | 170.63º | 0.6% | 0.84% | - |
| XYZ | 37.62 | 53.97 | 59.47 | - |
| YUV | 173.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 194 | 0.60 | 0 | 0.09 | 0.16 | 170.63 | 0.61 | 0.59 |
| Hex | 56 | D6 | C2 | 3C | 0 | 9 | 10 | AB | 3D | 3B |
| Octal | 126 | 326 | 302 | 74 | 0 | 11 | 20 | 253 | 75 | 73 |
| Binary | 1010110 | 11010110 | 11000010 | 111100 | 0 | 1001 | 10000 | 10101011 | 111101 | 111011 |
Color Harmonies of #56D6C2
Complementary color
Monochromatic Colors of #56D6C2
Black with #56D6C2
Text Example
Text Example
White with #56D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D6C2; }
p { color: rgb(86,214,194); }
H1.HeaderClassName
{
color: #56D6C2;
}
.AnyTagClassName
{
color: #56D6C2;
}
</style>
background-color css
<style>
a { background-color: #56D6C2; }
a { background-color: rgb(86,214,194); }
div.DivClassName
{
background-color: #56D6C2;
}
.BgClassName
{
background-color: #56D6C2;
}
</style>
border-color css
<style>
span { border-color: #56D6C2; }
span { border-color: rgb(86,214,194); }
td.TdClassName
{
border-color: #56D6C2;
}
.TagClassName
{
border-color: #56D6C2;
}
</style>