Shades of Turquoise #56E5C9
Tints of Turquoise #56E5C9
RGB
CMYK
RGB Variations
Color information
#56E5C9 (or 0x56E5C9) is known color: Turquoise. HEX triplet: 56, E5 and C9. RGB value is (86,229,201). Sum of RGB (Red+Green+Blue) = 86+229+201=516 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.67% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E5C9 is #A91A36. Grayscale: #B7B7B7. Windows color (decimal): -11082295 or 13231446. OLE color: 13231446.
HSL color Cylindrical-coordinate representation of color #56E5C9: hue angle of 168.25º 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 #56E5C9 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 229 | 201 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.10 |
| HSL | 168.25º | 0.73% | 0.62% | - |
| HSV(B) | 168.25º | 0.62% | 0.9% | - |
| XYZ | 42.4 | 62.23 | 65.04 | - |
| YUV | 183.05 | 138.12 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 229 | 201 | 0.62 | 0 | 0.12 | 0.10 | 168.25 | 0.73 | 0.62 |
| Hex | 56 | E5 | C9 | 3E | 0 | C | A | A8 | 49 | 3E |
| Octal | 126 | 345 | 311 | 76 | 0 | 14 | 12 | 250 | 111 | 76 |
| Binary | 1010110 | 11100101 | 11001001 | 111110 | 0 | 1100 | 1010 | 10101000 | 1001001 | 111110 |
Color Harmonies of #56E5C9
Complementary color
Monochromatic Colors of #56E5C9
Black with #56E5C9
Text Example
Text Example
White with #56E5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E5C9; }
p { color: rgb(86,229,201); }
H1.HeaderClassName
{
color: #56E5C9;
}
.AnyTagClassName
{
color: #56E5C9;
}
</style>
background-color css
<style>
a { background-color: #56E5C9; }
a { background-color: rgb(86,229,201); }
div.DivClassName
{
background-color: #56E5C9;
}
.BgClassName
{
background-color: #56E5C9;
}
</style>
border-color css
<style>
span { border-color: #56E5C9; }
span { border-color: rgb(86,229,201); }
td.TdClassName
{
border-color: #56E5C9;
}
.TagClassName
{
border-color: #56E5C9;
}
</style>