Shades of Turquoise #56E8CA
Tints of Turquoise #56E8CA
RGB
CMYK
RGB Variations
Color information
#56E8CA (or 0x56E8CA) is known color: Turquoise. HEX triplet: 56, E8 and CA. RGB value is (86,232,202). Sum of RGB (Red+Green+Blue) = 86+232+202=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #56E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E8CA is #A91735. Grayscale: #B8B8B8. Windows color (decimal): -11081526 or 13297750. OLE color: 13297750.
HSL color Cylindrical-coordinate representation of color #56E8CA: hue angle of 167.67º 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 #56E8CA is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 232 | 202 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.09 |
| HSL | 167.67º | 0.76% | 0.62% | - |
| HSV(B) | 167.67º | 0.63% | 0.91% | - |
| XYZ | 43.36 | 63.96 | 65.94 | - |
| YUV | 184.93 | 137.63 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 232 | 202 | 0.63 | 0 | 0.13 | 0.09 | 167.67 | 0.76 | 0.62 |
| Hex | 56 | E8 | CA | 3F | 0 | D | 9 | A8 | 4C | 3E |
| Octal | 126 | 350 | 312 | 77 | 0 | 15 | 11 | 250 | 114 | 76 |
| Binary | 1010110 | 11101000 | 11001010 | 111111 | 0 | 1101 | 1001 | 10101000 | 1001100 | 111110 |
Color Harmonies of #56E8CA
Complementary color
Monochromatic Colors of #56E8CA
Black with #56E8CA
Text Example
Text Example
White with #56E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E8CA; }
p { color: rgb(86,232,202); }
H1.HeaderClassName
{
color: #56E8CA;
}
.AnyTagClassName
{
color: #56E8CA;
}
</style>
background-color css
<style>
a { background-color: #56E8CA; }
a { background-color: rgb(86,232,202); }
div.DivClassName
{
background-color: #56E8CA;
}
.BgClassName
{
background-color: #56E8CA;
}
</style>
border-color css
<style>
span { border-color: #56E8CA; }
span { border-color: rgb(86,232,202); }
td.TdClassName
{
border-color: #56E8CA;
}
.TagClassName
{
border-color: #56E8CA;
}
</style>