Shades of Medium Turquoise #56E0C1
Tints of Medium Turquoise #56E0C1
RGB
CMYK
RGB Variations
Color information
#56E0C1 (or 0x56E0C1) is known color: Medium Turquoise. HEX triplet: 56, E0 and C1. RGB value is (86,224,193). Sum of RGB (Red+Green+Blue) = 86+224+193=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #56E0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E0C1 is #A91F3E. Grayscale: #B3B3B3. Windows color (decimal): -11083583 or 12705878. OLE color: 12705878.
HSL color Cylindrical-coordinate representation of color #56E0C1: hue angle of 166.52º 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 #56E0C1 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 193 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.12 |
| HSL | 166.52º | 0.69% | 0.61% | - |
| HSV(B) | 166.52º | 0.62% | 0.88% | - |
| XYZ | 40.12 | 59.14 | 59.75 | - |
| YUV | 179.2 | 135.78 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 193 | 0.62 | 0 | 0.14 | 0.12 | 166.52 | 0.69 | 0.61 |
| Hex | 56 | E0 | C1 | 3E | 0 | E | C | A7 | 45 | 3D |
| Octal | 126 | 340 | 301 | 76 | 0 | 16 | 14 | 247 | 105 | 75 |
| Binary | 1010110 | 11100000 | 11000001 | 111110 | 0 | 1110 | 1100 | 10100111 | 1000101 | 111101 |
Color Harmonies of #56E0C1
Complementary color
Monochromatic Colors of #56E0C1
Black with #56E0C1
Text Example
Text Example
White with #56E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E0C1; }
p { color: rgb(86,224,193); }
H1.HeaderClassName
{
color: #56E0C1;
}
.AnyTagClassName
{
color: #56E0C1;
}
</style>
background-color css
<style>
a { background-color: #56E0C1; }
a { background-color: rgb(86,224,193); }
div.DivClassName
{
background-color: #56E0C1;
}
.BgClassName
{
background-color: #56E0C1;
}
</style>
border-color css
<style>
span { border-color: #56E0C1; }
span { border-color: rgb(86,224,193); }
td.TdClassName
{
border-color: #56E0C1;
}
.TagClassName
{
border-color: #56E0C1;
}
</style>