Shades of Medium Turquoise #56E0C5
Tints of Medium Turquoise #56E0C5
RGB
CMYK
RGB Variations
Color information
#56E0C5 (or 0x56E0C5) is known color: Medium Turquoise. HEX triplet: 56, E0 and C5. RGB value is (86,224,197). Sum of RGB (Red+Green+Blue) = 86+224+197=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #56E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E0C5 is #A91F3A. Grayscale: #B3B3B3. Windows color (decimal): -11083579 or 12968022. OLE color: 12968022.
HSL color Cylindrical-coordinate representation of color #56E0C5: hue angle of 168.26º 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 #56E0C5 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 197 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.12 |
| HSL | 168.26º | 0.69% | 0.61% | - |
| HSV(B) | 168.26º | 0.62% | 0.88% | - |
| XYZ | 40.57 | 59.32 | 62.14 | - |
| YUV | 179.66 | 137.78 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 197 | 0.62 | 0 | 0.12 | 0.12 | 168.26 | 0.69 | 0.61 |
| Hex | 56 | E0 | C5 | 3E | 0 | C | C | A8 | 45 | 3D |
| Octal | 126 | 340 | 305 | 76 | 0 | 14 | 14 | 250 | 105 | 75 |
| Binary | 1010110 | 11100000 | 11000101 | 111110 | 0 | 1100 | 1100 | 10101000 | 1000101 | 111101 |
Color Harmonies of #56E0C5
Complementary color
Monochromatic Colors of #56E0C5
Black with #56E0C5
Text Example
Text Example
White with #56E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E0C5; }
p { color: rgb(86,224,197); }
H1.HeaderClassName
{
color: #56E0C5;
}
.AnyTagClassName
{
color: #56E0C5;
}
</style>
background-color css
<style>
a { background-color: #56E0C5; }
a { background-color: rgb(86,224,197); }
div.DivClassName
{
background-color: #56E0C5;
}
.BgClassName
{
background-color: #56E0C5;
}
</style>
border-color css
<style>
span { border-color: #56E0C5; }
span { border-color: rgb(86,224,197); }
td.TdClassName
{
border-color: #56E0C5;
}
.TagClassName
{
border-color: #56E0C5;
}
</style>