Shades of Turquoise #56EECE
Tints of Turquoise #56EECE
RGB
CMYK
RGB Variations
Color information
#56EECE (or 0x56EECE) is known color: Turquoise. HEX triplet: 56, EE and CE. RGB value is (86,238,206). Sum of RGB (Red+Green+Blue) = 86+238+206=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #56EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EECE is #A91131. Grayscale: #BCBCBC. Windows color (decimal): -11079986 or 13561430. OLE color: 13561430.
HSL color Cylindrical-coordinate representation of color #56EECE: hue angle of 167.37º 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 #56EECE is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 206 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.07 |
| HSL | 167.37º | 0.82% | 0.64% | - |
| HSV(B) | 167.37º | 0.64% | 0.93% | - |
| XYZ | 45.55 | 67.58 | 69.04 | - |
| YUV | 188.9 | 137.64 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 206 | 0.64 | 0 | 0.13 | 0.07 | 167.37 | 0.82 | 0.64 |
| Hex | 56 | EE | CE | 40 | 0 | D | 7 | A7 | 52 | 40 |
| Octal | 126 | 356 | 316 | 100 | 0 | 15 | 7 | 247 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11001110 | 1000000 | 0 | 1101 | 111 | 10100111 | 1010010 | 1000000 |
Color Harmonies of #56EECE
Complementary color
Monochromatic Colors of #56EECE
Black with #56EECE
Text Example
Text Example
White with #56EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EECE; }
p { color: rgb(86,238,206); }
H1.HeaderClassName
{
color: #56EECE;
}
.AnyTagClassName
{
color: #56EECE;
}
</style>
background-color css
<style>
a { background-color: #56EECE; }
a { background-color: rgb(86,238,206); }
div.DivClassName
{
background-color: #56EECE;
}
.BgClassName
{
background-color: #56EECE;
}
</style>
border-color css
<style>
span { border-color: #56EECE; }
span { border-color: rgb(86,238,206); }
td.TdClassName
{
border-color: #56EECE;
}
.TagClassName
{
border-color: #56EECE;
}
</style>