Shades of Turquoise #56E9CE
Tints of Turquoise #56E9CE
RGB
CMYK
RGB Variations
Color information
#56E9CE (or 0x56E9CE) is known color: Turquoise. HEX triplet: 56, E9 and CE. RGB value is (86,233,206). Sum of RGB (Red+Green+Blue) = 86+233+206=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E9CE is #A91631. Grayscale: #B9B9B9. Windows color (decimal): -11081266 or 13560150. OLE color: 13560150.
HSL color Cylindrical-coordinate representation of color #56E9CE: hue angle of 168.98º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E9CE is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 233 | 206 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.09 |
| HSL | 168.98º | 0.77% | 0.63% | - |
| HSV(B) | 168.98º | 0.63% | 0.91% | - |
| XYZ | 44.12 | 64.71 | 68.56 | - |
| YUV | 185.97 | 139.3 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 233 | 206 | 0.63 | 0 | 0.12 | 0.09 | 168.98 | 0.77 | 0.63 |
| Hex | 56 | E9 | CE | 3F | 0 | C | 9 | A9 | 4D | 3F |
| Octal | 126 | 351 | 316 | 77 | 0 | 14 | 11 | 251 | 115 | 77 |
| Binary | 1010110 | 11101001 | 11001110 | 111111 | 0 | 1100 | 1001 | 10101001 | 1001101 | 111111 |
Color Harmonies of #56E9CE
Complementary color
Monochromatic Colors of #56E9CE
Black with #56E9CE
Text Example
Text Example
White with #56E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E9CE; }
p { color: rgb(86,233,206); }
H1.HeaderClassName
{
color: #56E9CE;
}
.AnyTagClassName
{
color: #56E9CE;
}
</style>
background-color css
<style>
a { background-color: #56E9CE; }
a { background-color: rgb(86,233,206); }
div.DivClassName
{
background-color: #56E9CE;
}
.BgClassName
{
background-color: #56E9CE;
}
</style>
border-color css
<style>
span { border-color: #56E9CE; }
span { border-color: rgb(86,233,206); }
td.TdClassName
{
border-color: #56E9CE;
}
.TagClassName
{
border-color: #56E9CE;
}
</style>