Shades of Medium Turquoise #56CCC8
Tints of Medium Turquoise #56CCC8
RGB
CMYK
RGB Variations
Color information
#56CCC8 (or 0x56CCC8) is known color: Medium Turquoise. HEX triplet: 56, CC and C8. RGB value is (86,204,200). Sum of RGB (Red+Green+Blue) = 86+204+200=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCC8 is #A93337. Grayscale: #A8A8A8. Windows color (decimal): -11088696 or 13159510. OLE color: 13159510.
HSL color Cylindrical-coordinate representation of color #56CCC8: hue angle of 177.97º 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 #56CCC8 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 200 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.2 |
| HSL | 177.97º | 0.54% | 0.57% | - |
| HSV(B) | 177.97º | 0.58% | 0.8% | - |
| XYZ | 35.86 | 49.33 | 62.28 | - |
| YUV | 168.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 200 | 0.58 | 0 | 0.02 | 0.2 | 177.97 | 0.54 | 0.57 |
| Hex | 56 | CC | C8 | 3A | 0 | 2 | 14 | B2 | 36 | 39 |
| Octal | 126 | 314 | 310 | 72 | 0 | 2 | 24 | 262 | 66 | 71 |
| Binary | 1010110 | 11001100 | 11001000 | 111010 | 0 | 10 | 10100 | 10110010 | 110110 | 111001 |
Color Harmonies of #56CCC8
Complementary color
Monochromatic Colors of #56CCC8
Black with #56CCC8
Text Example
Text Example
White with #56CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CCC8; }
p { color: rgb(86,204,200); }
H1.HeaderClassName
{
color: #56CCC8;
}
.AnyTagClassName
{
color: #56CCC8;
}
</style>
background-color css
<style>
a { background-color: #56CCC8; }
a { background-color: rgb(86,204,200); }
div.DivClassName
{
background-color: #56CCC8;
}
.BgClassName
{
background-color: #56CCC8;
}
</style>
border-color css
<style>
span { border-color: #56CCC8; }
span { border-color: rgb(86,204,200); }
td.TdClassName
{
border-color: #56CCC8;
}
.TagClassName
{
border-color: #56CCC8;
}
</style>