Shades of Medium Turquoise #56C5D8
Tints of Medium Turquoise #56C5D8
RGB
CMYK
RGB Variations
Color information
#56C5D8 (or 0x56C5D8) is known color: Medium Turquoise. HEX triplet: 56, C5 and D8. RGB value is (86,197,216). Sum of RGB (Red+Green+Blue) = 86+197+216=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #56C5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C5D8 is #A93A27. Grayscale: #A5A5A5. Windows color (decimal): -11090472 or 14206294. OLE color: 14206294.
HSL color Cylindrical-coordinate representation of color #56C5D8: hue angle of 188.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56C5D8 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 197 | 216 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.15 |
| HSL | 188.77º | 0.63% | 0.59% | - |
| HSV(B) | 188.77º | 0.6% | 0.85% | - |
| XYZ | 36.2 | 46.87 | 72.1 | - |
| YUV | 165.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 216 | 0.60 | 0.09 | 0 | 0.15 | 188.77 | 0.63 | 0.59 |
| Hex | 56 | C5 | D8 | 3C | 9 | 0 | F | BD | 3E | 3B |
| Octal | 126 | 305 | 330 | 74 | 11 | 0 | 17 | 275 | 76 | 73 |
| Binary | 1010110 | 11000101 | 11011000 | 111100 | 1001 | 0 | 1111 | 10111101 | 111110 | 111011 |
Color Harmonies of #56C5D8
Complementary color
Monochromatic Colors of #56C5D8
Black with #56C5D8
Text Example
Text Example
White with #56C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C5D8; }
p { color: rgb(86,197,216); }
H1.HeaderClassName
{
color: #56C5D8;
}
.AnyTagClassName
{
color: #56C5D8;
}
</style>
background-color css
<style>
a { background-color: #56C5D8; }
a { background-color: rgb(86,197,216); }
div.DivClassName
{
background-color: #56C5D8;
}
.BgClassName
{
background-color: #56C5D8;
}
</style>
border-color css
<style>
span { border-color: #56C5D8; }
span { border-color: rgb(86,197,216); }
td.TdClassName
{
border-color: #56C5D8;
}
.TagClassName
{
border-color: #56C5D8;
}
</style>