Shades of Turquoise #56E5CC
Tints of Turquoise #56E5CC
RGB
CMYK
RGB Variations
Color information
#56E5CC (or 0x56E5CC) is known color: Turquoise. HEX triplet: 56, E5 and CC. RGB value is (86,229,204). Sum of RGB (Red+Green+Blue) = 86+229+204=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E5CC is #A91A33. Grayscale: #B7B7B7. Windows color (decimal): -11082292 or 13428054. OLE color: 13428054.
HSL color Cylindrical-coordinate representation of color #56E5CC: hue angle of 169.51º 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 #56E5CC is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 229 | 204 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.10 |
| HSL | 169.51º | 0.73% | 0.62% | - |
| HSV(B) | 169.51º | 0.62% | 0.9% | - |
| XYZ | 42.76 | 62.38 | 66.91 | - |
| YUV | 183.39 | 139.62 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 229 | 204 | 0.62 | 0 | 0.11 | 0.10 | 169.51 | 0.73 | 0.62 |
| Hex | 56 | E5 | CC | 3E | 0 | B | A | AA | 49 | 3E |
| Octal | 126 | 345 | 314 | 76 | 0 | 13 | 12 | 252 | 111 | 76 |
| Binary | 1010110 | 11100101 | 11001100 | 111110 | 0 | 1011 | 1010 | 10101010 | 1001001 | 111110 |
Color Harmonies of #56E5CC
Complementary color
Monochromatic Colors of #56E5CC
Black with #56E5CC
Text Example
Text Example
White with #56E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E5CC; }
p { color: rgb(86,229,204); }
H1.HeaderClassName
{
color: #56E5CC;
}
.AnyTagClassName
{
color: #56E5CC;
}
</style>
background-color css
<style>
a { background-color: #56E5CC; }
a { background-color: rgb(86,229,204); }
div.DivClassName
{
background-color: #56E5CC;
}
.BgClassName
{
background-color: #56E5CC;
}
</style>
border-color css
<style>
span { border-color: #56E5CC; }
span { border-color: rgb(86,229,204); }
td.TdClassName
{
border-color: #56E5CC;
}
.TagClassName
{
border-color: #56E5CC;
}
</style>