Shades of Turquoise #55EEDB
Tints of Turquoise #55EEDB
RGB
CMYK
RGB Variations
Color information
#55EEDB (or 0x55EEDB) is known color: Turquoise. HEX triplet: 55, EE and DB. RGB value is (85,238,219). Sum of RGB (Red+Green+Blue) = 85+238+219=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EEDB is #AA1124. Grayscale: #BEBEBE. Windows color (decimal): -11145509 or 14413397. OLE color: 14413397.
HSL color Cylindrical-coordinate representation of color #55EEDB: hue angle of 172.55º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EEDB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 219 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.07 |
| HSL | 172.55º | 0.82% | 0.63% | - |
| HSV(B) | 172.55º | 0.64% | 0.93% | - |
| XYZ | 47.11 | 68.19 | 77.7 | - |
| YUV | 190.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 219 | 0.64 | 0 | 0.08 | 0.07 | 172.55 | 0.82 | 0.63 |
| Hex | 55 | EE | DB | 40 | 0 | 8 | 7 | AD | 52 | 3F |
| Octal | 125 | 356 | 333 | 100 | 0 | 10 | 7 | 255 | 122 | 77 |
| Binary | 1010101 | 11101110 | 11011011 | 1000000 | 0 | 1000 | 111 | 10101101 | 1010010 | 111111 |
Color Harmonies of #55EEDB
Complementary color
Monochromatic Colors of #55EEDB
Black with #55EEDB
Text Example
Text Example
White with #55EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEDB; }
p { color: rgb(85,238,219); }
H1.HeaderClassName
{
color: #55EEDB;
}
.AnyTagClassName
{
color: #55EEDB;
}
</style>
background-color css
<style>
a { background-color: #55EEDB; }
a { background-color: rgb(85,238,219); }
div.DivClassName
{
background-color: #55EEDB;
}
.BgClassName
{
background-color: #55EEDB;
}
</style>
border-color css
<style>
span { border-color: #55EEDB; }
span { border-color: rgb(85,238,219); }
td.TdClassName
{
border-color: #55EEDB;
}
.TagClassName
{
border-color: #55EEDB;
}
</style>