Shades of Turquoise #55E0DB
Tints of Turquoise #55E0DB
RGB
CMYK
RGB Variations
Color information
#55E0DB (or 0x55E0DB) is known color: Turquoise. HEX triplet: 55, E0 and DB. RGB value is (85,224,219). Sum of RGB (Red+Green+Blue) = 85+224+219=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0DB is #AA1F24. Grayscale: #B5B5B5. Windows color (decimal): -11149093 or 14409813. OLE color: 14409813.
HSL color Cylindrical-coordinate representation of color #55E0DB: hue angle of 177.84º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0DB is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 219 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.12 |
| HSL | 177.84º | 0.69% | 0.61% | - |
| HSV(B) | 177.84º | 0.62% | 0.88% | - |
| XYZ | 43.19 | 60.36 | 76.39 | - |
| YUV | 181.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 219 | 0.62 | 0 | 0.02 | 0.12 | 177.84 | 0.69 | 0.61 |
| Hex | 55 | E0 | DB | 3E | 0 | 2 | C | B2 | 45 | 3D |
| Octal | 125 | 340 | 333 | 76 | 0 | 2 | 14 | 262 | 105 | 75 |
| Binary | 1010101 | 11100000 | 11011011 | 111110 | 0 | 10 | 1100 | 10110010 | 1000101 | 111101 |
Color Harmonies of #55E0DB
Complementary color
Monochromatic Colors of #55E0DB
Black with #55E0DB
Text Example
Text Example
White with #55E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E0DB; }
p { color: rgb(85,224,219); }
H1.HeaderClassName
{
color: #55E0DB;
}
.AnyTagClassName
{
color: #55E0DB;
}
</style>
background-color css
<style>
a { background-color: #55E0DB; }
a { background-color: rgb(85,224,219); }
div.DivClassName
{
background-color: #55E0DB;
}
.BgClassName
{
background-color: #55E0DB;
}
</style>
border-color css
<style>
span { border-color: #55E0DB; }
span { border-color: rgb(85,224,219); }
td.TdClassName
{
border-color: #55E0DB;
}
.TagClassName
{
border-color: #55E0DB;
}
</style>