Shades of Turquoise #56E8C1
Tints of Turquoise #56E8C1
RGB
CMYK
RGB Variations
Color information
#56E8C1 (or 0x56E8C1) is known color: Turquoise. HEX triplet: 56, E8 and C1. RGB value is (86,232,193). Sum of RGB (Red+Green+Blue) = 86+232+193=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #56E8C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E8C1 is #A9173E. Grayscale: #B7B7B7. Windows color (decimal): -11081535 or 12707926. OLE color: 12707926.
HSL color Cylindrical-coordinate representation of color #56E8C1: hue angle of 163.97º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E8C1 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 232 | 193 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.09 |
| HSL | 163.97º | 0.76% | 0.62% | - |
| HSV(B) | 163.97º | 0.63% | 0.91% | - |
| XYZ | 42.32 | 63.54 | 60.49 | - |
| YUV | 183.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 232 | 193 | 0.63 | 0 | 0.17 | 0.09 | 163.97 | 0.76 | 0.62 |
| Hex | 56 | E8 | C1 | 3F | 0 | 11 | 9 | A4 | 4C | 3E |
| Octal | 126 | 350 | 301 | 77 | 0 | 21 | 11 | 244 | 114 | 76 |
| Binary | 1010110 | 11101000 | 11000001 | 111111 | 0 | 10001 | 1001 | 10100100 | 1001100 | 111110 |
Color Harmonies of #56E8C1
Complementary color
Monochromatic Colors of #56E8C1
Black with #56E8C1
Text Example
Text Example
White with #56E8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E8C1; }
p { color: rgb(86,232,193); }
H1.HeaderClassName
{
color: #56E8C1;
}
.AnyTagClassName
{
color: #56E8C1;
}
</style>
background-color css
<style>
a { background-color: #56E8C1; }
a { background-color: rgb(86,232,193); }
div.DivClassName
{
background-color: #56E8C1;
}
.BgClassName
{
background-color: #56E8C1;
}
</style>
border-color css
<style>
span { border-color: #56E8C1; }
span { border-color: rgb(86,232,193); }
td.TdClassName
{
border-color: #56E8C1;
}
.TagClassName
{
border-color: #56E8C1;
}
</style>