Shades of Medium Turquoise #56D5DC
Tints of Medium Turquoise #56D5DC
RGB
CMYK
RGB Variations
Color information
#56D5DC (or 0x56D5DC) is known color: Medium Turquoise. HEX triplet: 56, D5 and DC. RGB value is (86,213,220). Sum of RGB (Red+Green+Blue) = 86+213+220=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #56D5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D5DC is #A92A23. Grayscale: #AFAFAF. Windows color (decimal): -11086372 or 14472534. OLE color: 14472534.
HSL color Cylindrical-coordinate representation of color #56D5DC: hue angle of 183.13º 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 #56D5DC is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 213 | 220 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.14 |
| HSL | 183.13º | 0.66% | 0.6% | - |
| HSV(B) | 183.13º | 0.61% | 0.86% | - |
| XYZ | 40.55 | 54.73 | 76.14 | - |
| YUV | 175.83 | 152.92 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 220 | 0.61 | 0.03 | 0 | 0.14 | 183.13 | 0.66 | 0.6 |
| Hex | 56 | D5 | DC | 3D | 3 | 0 | E | B7 | 42 | 3C |
| Octal | 126 | 325 | 334 | 75 | 3 | 0 | 16 | 267 | 102 | 74 |
| Binary | 1010110 | 11010101 | 11011100 | 111101 | 11 | 0 | 1110 | 10110111 | 1000010 | 111100 |
Color Harmonies of #56D5DC
Complementary color
Monochromatic Colors of #56D5DC
Black with #56D5DC
Text Example
Text Example
White with #56D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D5DC; }
p { color: rgb(86,213,220); }
H1.HeaderClassName
{
color: #56D5DC;
}
.AnyTagClassName
{
color: #56D5DC;
}
</style>
background-color css
<style>
a { background-color: #56D5DC; }
a { background-color: rgb(86,213,220); }
div.DivClassName
{
background-color: #56D5DC;
}
.BgClassName
{
background-color: #56D5DC;
}
</style>
border-color css
<style>
span { border-color: #56D5DC; }
span { border-color: rgb(86,213,220); }
td.TdClassName
{
border-color: #56D5DC;
}
.TagClassName
{
border-color: #56D5DC;
}
</style>