Shades of Medium Turquoise #56CCC9
Tints of Medium Turquoise #56CCC9
RGB
CMYK
RGB Variations
Color information
#56CCC9 (or 0x56CCC9) is known color: Medium Turquoise. HEX triplet: 56, CC and C9. RGB value is (86,204,201). Sum of RGB (Red+Green+Blue) = 86+204+201=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCC9 is #A93336. Grayscale: #A8A8A8. Windows color (decimal): -11088695 or 13225046. OLE color: 13225046.
HSL color Cylindrical-coordinate representation of color #56CCC9: hue angle of 178.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCC9 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 201 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.2 |
| HSL | 178.47º | 0.54% | 0.57% | - |
| HSV(B) | 178.47º | 0.58% | 0.8% | - |
| XYZ | 35.97 | 49.38 | 62.89 | - |
| YUV | 168.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 201 | 0.58 | 0 | 0.01 | 0.2 | 178.47 | 0.54 | 0.57 |
| Hex | 56 | CC | C9 | 3A | 0 | 1 | 14 | B2 | 36 | 39 |
| Octal | 126 | 314 | 311 | 72 | 0 | 1 | 24 | 262 | 66 | 71 |
| Binary | 1010110 | 11001100 | 11001001 | 111010 | 0 | 1 | 10100 | 10110010 | 110110 | 111001 |
Color Harmonies of #56CCC9
Complementary color
Monochromatic Colors of #56CCC9
Black with #56CCC9
Text Example
Text Example
White with #56CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CCC9; }
p { color: rgb(86,204,201); }
H1.HeaderClassName
{
color: #56CCC9;
}
.AnyTagClassName
{
color: #56CCC9;
}
</style>
background-color css
<style>
a { background-color: #56CCC9; }
a { background-color: rgb(86,204,201); }
div.DivClassName
{
background-color: #56CCC9;
}
.BgClassName
{
background-color: #56CCC9;
}
</style>
border-color css
<style>
span { border-color: #56CCC9; }
span { border-color: rgb(86,204,201); }
td.TdClassName
{
border-color: #56CCC9;
}
.TagClassName
{
border-color: #56CCC9;
}
</style>