Shades of Turquoise #56EEDB
Tints of Turquoise #56EEDB
RGB
CMYK
RGB Variations
Color information
#56EEDB (or 0x56EEDB) is known color: Turquoise. HEX triplet: 56, EE and DB. RGB value is (86,238,219). Sum of RGB (Red+Green+Blue) = 86+238+219=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEDB is #A91124. Grayscale: #BEBEBE. Windows color (decimal): -11079973 or 14413398. OLE color: 14413398.
HSL color Cylindrical-coordinate representation of color #56EEDB: hue angle of 172.5º 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 #56EEDB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 219 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.07 |
| HSL | 172.5º | 0.82% | 0.64% | - |
| HSV(B) | 172.5º | 0.64% | 0.93% | - |
| XYZ | 47.2 | 68.24 | 77.7 | - |
| YUV | 190.39 | 144.14 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 219 | 0.64 | 0 | 0.08 | 0.07 | 172.5 | 0.82 | 0.64 |
| Hex | 56 | EE | DB | 40 | 0 | 8 | 7 | AC | 52 | 40 |
| Octal | 126 | 356 | 333 | 100 | 0 | 10 | 7 | 254 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11011011 | 1000000 | 0 | 1000 | 111 | 10101100 | 1010010 | 1000000 |
Color Harmonies of #56EEDB
Complementary color
Monochromatic Colors of #56EEDB
Black with #56EEDB
Text Example
Text Example
White with #56EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEDB; }
p { color: rgb(86,238,219); }
H1.HeaderClassName
{
color: #56EEDB;
}
.AnyTagClassName
{
color: #56EEDB;
}
</style>
background-color css
<style>
a { background-color: #56EEDB; }
a { background-color: rgb(86,238,219); }
div.DivClassName
{
background-color: #56EEDB;
}
.BgClassName
{
background-color: #56EEDB;
}
</style>
border-color css
<style>
span { border-color: #56EEDB; }
span { border-color: rgb(86,238,219); }
td.TdClassName
{
border-color: #56EEDB;
}
.TagClassName
{
border-color: #56EEDB;
}
</style>