Shades of Medium Turquoise #56D7D1
Tints of Medium Turquoise #56D7D1
RGB
CMYK
RGB Variations
Color information
#56D7D1 (or 0x56D7D1) is known color: Medium Turquoise. HEX triplet: 56, D7 and D1. RGB value is (86,215,209). Sum of RGB (Red+Green+Blue) = 86+215+209=510 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.86% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #56D7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D7D1 is #A9282E. Grayscale: #AFAFAF. Windows color (decimal): -11085871 or 13752150. OLE color: 13752150.
HSL color Cylindrical-coordinate representation of color #56D7D1: hue angle of 177.21º degrees, saturation: 0.62, 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 #56D7D1 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 215 | 209 | - |
| CMYK | 0.6 | 0 | 0.03 | 0.16 |
| HSL | 177.21º | 0.62% | 0.59% | - |
| HSV(B) | 177.21º | 0.6% | 0.84% | - |
| XYZ | 39.65 | 55.18 | 68.88 | - |
| YUV | 175.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 215 | 209 | 0.6 | 0 | 0.03 | 0.16 | 177.21 | 0.62 | 0.59 |
| Hex | 56 | D7 | D1 | 3C | 0 | 3 | 10 | B1 | 3E | 3B |
| Octal | 126 | 327 | 321 | 74 | 0 | 3 | 20 | 261 | 76 | 73 |
| Binary | 1010110 | 11010111 | 11010001 | 111100 | 0 | 11 | 10000 | 10110001 | 111110 | 111011 |
Color Harmonies of #56D7D1
Complementary color
Monochromatic Colors of #56D7D1
Black with #56D7D1
Text Example
Text Example
White with #56D7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D7D1; }
p { color: rgb(86,215,209); }
H1.HeaderClassName
{
color: #56D7D1;
}
.AnyTagClassName
{
color: #56D7D1;
}
</style>
background-color css
<style>
a { background-color: #56D7D1; }
a { background-color: rgb(86,215,209); }
div.DivClassName
{
background-color: #56D7D1;
}
.BgClassName
{
background-color: #56D7D1;
}
</style>
border-color css
<style>
span { border-color: #56D7D1; }
span { border-color: rgb(86,215,209); }
td.TdClassName
{
border-color: #56D7D1;
}
.TagClassName
{
border-color: #56D7D1;
}
</style>