Shades of Medium Turquoise #56E0C8
Tints of Medium Turquoise #56E0C8
RGB
CMYK
RGB Variations
Color information
#56E0C8 (or 0x56E0C8) is known color: Medium Turquoise. HEX triplet: 56, E0 and C8. RGB value is (86,224,200). Sum of RGB (Red+Green+Blue) = 86+224+200=510 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.86% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #56E0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E0C8 is #A91F37. Grayscale: #B3B3B3. Windows color (decimal): -11083576 or 13164630. OLE color: 13164630.
HSL color Cylindrical-coordinate representation of color #56E0C8: hue angle of 169.57º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E0C8 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 200 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.12 |
| HSL | 169.57º | 0.69% | 0.61% | - |
| HSV(B) | 169.57º | 0.62% | 0.88% | - |
| XYZ | 40.92 | 59.46 | 63.96 | - |
| YUV | 180 | 139.28 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 200 | 0.62 | 0 | 0.11 | 0.12 | 169.57 | 0.69 | 0.61 |
| Hex | 56 | E0 | C8 | 3E | 0 | B | C | AA | 45 | 3D |
| Octal | 126 | 340 | 310 | 76 | 0 | 13 | 14 | 252 | 105 | 75 |
| Binary | 1010110 | 11100000 | 11001000 | 111110 | 0 | 1011 | 1100 | 10101010 | 1000101 | 111101 |
Color Harmonies of #56E0C8
Complementary color
Monochromatic Colors of #56E0C8
Black with #56E0C8
Text Example
Text Example
White with #56E0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E0C8; }
p { color: rgb(86,224,200); }
H1.HeaderClassName
{
color: #56E0C8;
}
.AnyTagClassName
{
color: #56E0C8;
}
</style>
background-color css
<style>
a { background-color: #56E0C8; }
a { background-color: rgb(86,224,200); }
div.DivClassName
{
background-color: #56E0C8;
}
.BgClassName
{
background-color: #56E0C8;
}
</style>
border-color css
<style>
span { border-color: #56E0C8; }
span { border-color: rgb(86,224,200); }
td.TdClassName
{
border-color: #56E0C8;
}
.TagClassName
{
border-color: #56E0C8;
}
</style>