Shades of Turquoise #56EEDE
Tints of Turquoise #56EEDE
RGB
CMYK
RGB Variations
Color information
#56EEDE (or 0x56EEDE) is known color: Turquoise. HEX triplet: 56, EE and DE. RGB value is (86,238,222). Sum of RGB (Red+Green+Blue) = 86+238+222=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEDE is #A91121. Grayscale: #BEBEBE. Windows color (decimal): -11079970 or 14610006. OLE color: 14610006.
HSL color Cylindrical-coordinate representation of color #56EEDE: hue angle of 173.68º 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 #56EEDE is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 222 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.07 |
| HSL | 173.68º | 0.82% | 0.64% | - |
| HSV(B) | 173.68º | 0.64% | 0.93% | - |
| XYZ | 47.6 | 68.4 | 79.8 | - |
| YUV | 190.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 222 | 0.64 | 0 | 0.07 | 0.07 | 173.68 | 0.82 | 0.64 |
| Hex | 56 | EE | DE | 40 | 0 | 7 | 7 | AE | 52 | 40 |
| Octal | 126 | 356 | 336 | 100 | 0 | 7 | 7 | 256 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11011110 | 1000000 | 0 | 111 | 111 | 10101110 | 1010010 | 1000000 |
Color Harmonies of #56EEDE
Complementary color
Monochromatic Colors of #56EEDE
Black with #56EEDE
Text Example
Text Example
White with #56EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEDE; }
p { color: rgb(86,238,222); }
H1.HeaderClassName
{
color: #56EEDE;
}
.AnyTagClassName
{
color: #56EEDE;
}
</style>
background-color css
<style>
a { background-color: #56EEDE; }
a { background-color: rgb(86,238,222); }
div.DivClassName
{
background-color: #56EEDE;
}
.BgClassName
{
background-color: #56EEDE;
}
</style>
border-color css
<style>
span { border-color: #56EEDE; }
span { border-color: rgb(86,238,222); }
td.TdClassName
{
border-color: #56EEDE;
}
.TagClassName
{
border-color: #56EEDE;
}
</style>