Shades of Turquoise #56EECC
Tints of Turquoise #56EECC
RGB
CMYK
RGB Variations
Color information
#56EECC (or 0x56EECC) is known color: Turquoise. HEX triplet: 56, EE and CC. RGB value is (86,238,204). Sum of RGB (Red+Green+Blue) = 86+238+204=528 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.29% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #56EECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EECC is #A91133. Grayscale: #BCBCBC. Windows color (decimal): -11079988 or 13430358. OLE color: 13430358.
HSL color Cylindrical-coordinate representation of color #56EECC: hue angle of 166.58º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EECC is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 204 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.07 |
| HSL | 166.58º | 0.82% | 0.64% | - |
| HSV(B) | 166.58º | 0.64% | 0.93% | - |
| XYZ | 45.31 | 67.49 | 67.76 | - |
| YUV | 188.68 | 136.64 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 204 | 0.64 | 0 | 0.14 | 0.07 | 166.58 | 0.82 | 0.64 |
| Hex | 56 | EE | CC | 40 | 0 | E | 7 | A7 | 52 | 40 |
| Octal | 126 | 356 | 314 | 100 | 0 | 16 | 7 | 247 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11001100 | 1000000 | 0 | 1110 | 111 | 10100111 | 1010010 | 1000000 |
Color Harmonies of #56EECC
Complementary color
Monochromatic Colors of #56EECC
Black with #56EECC
Text Example
Text Example
White with #56EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EECC; }
p { color: rgb(86,238,204); }
H1.HeaderClassName
{
color: #56EECC;
}
.AnyTagClassName
{
color: #56EECC;
}
</style>
background-color css
<style>
a { background-color: #56EECC; }
a { background-color: rgb(86,238,204); }
div.DivClassName
{
background-color: #56EECC;
}
.BgClassName
{
background-color: #56EECC;
}
</style>
border-color css
<style>
span { border-color: #56EECC; }
span { border-color: rgb(86,238,204); }
td.TdClassName
{
border-color: #56EECC;
}
.TagClassName
{
border-color: #56EECC;
}
</style>