Shades of Turquoise #56E5C5
Tints of Turquoise #56E5C5
RGB
CMYK
RGB Variations
Color information
#56E5C5 (or 0x56E5C5) is known color: Turquoise. HEX triplet: 56, E5 and C5. RGB value is (86,229,197). Sum of RGB (Red+Green+Blue) = 86+229+197=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E5C5 is #A91A3A. Grayscale: #B6B6B6. Windows color (decimal): -11082299 or 12969302. OLE color: 12969302.
HSL color Cylindrical-coordinate representation of color #56E5C5: hue angle of 166.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E5C5 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 229 | 197 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.10 |
| HSL | 166.57º | 0.73% | 0.62% | - |
| HSV(B) | 166.57º | 0.62% | 0.9% | - |
| XYZ | 41.94 | 62.05 | 62.59 | - |
| YUV | 182.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 229 | 197 | 0.62 | 0 | 0.14 | 0.10 | 166.57 | 0.73 | 0.62 |
| Hex | 56 | E5 | C5 | 3E | 0 | E | A | A7 | 49 | 3E |
| Octal | 126 | 345 | 305 | 76 | 0 | 16 | 12 | 247 | 111 | 76 |
| Binary | 1010110 | 11100101 | 11000101 | 111110 | 0 | 1110 | 1010 | 10100111 | 1001001 | 111110 |
Color Harmonies of #56E5C5
Complementary color
Monochromatic Colors of #56E5C5
Black with #56E5C5
Text Example
Text Example
White with #56E5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E5C5; }
p { color: rgb(86,229,197); }
H1.HeaderClassName
{
color: #56E5C5;
}
.AnyTagClassName
{
color: #56E5C5;
}
</style>
background-color css
<style>
a { background-color: #56E5C5; }
a { background-color: rgb(86,229,197); }
div.DivClassName
{
background-color: #56E5C5;
}
.BgClassName
{
background-color: #56E5C5;
}
</style>
border-color css
<style>
span { border-color: #56E5C5; }
span { border-color: rgb(86,229,197); }
td.TdClassName
{
border-color: #56E5C5;
}
.TagClassName
{
border-color: #56E5C5;
}
</style>