Shades of Medium Turquoise #55D9DB
Tints of Medium Turquoise #55D9DB
RGB
CMYK
RGB Variations
Color information
#55D9DB (or 0x55D9DB) is known color: Medium Turquoise. HEX triplet: 55, D9 and DB. RGB value is (85,217,219). Sum of RGB (Red+Green+Blue) = 85+217+219=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #55D9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D9DB is #AA2624. Grayscale: #B1B1B1. Windows color (decimal): -11150885 or 14408021. OLE color: 14408021.
HSL color Cylindrical-coordinate representation of color #55D9DB: hue angle of 180.9º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D9DB is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 217 | 219 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.14 |
| HSL | 180.9º | 0.65% | 0.6% | - |
| HSV(B) | 180.9º | 0.61% | 0.86% | - |
| XYZ | 41.35 | 56.67 | 75.78 | - |
| YUV | 177.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 219 | 0.61 | 0.01 | 0 | 0.14 | 180.9 | 0.65 | 0.6 |
| Hex | 55 | D9 | DB | 3D | 1 | 0 | E | B5 | 41 | 3C |
| Octal | 125 | 331 | 333 | 75 | 1 | 0 | 16 | 265 | 101 | 74 |
| Binary | 1010101 | 11011001 | 11011011 | 111101 | 1 | 0 | 1110 | 10110101 | 1000001 | 111100 |
Color Harmonies of #55D9DB
Complementary color
Monochromatic Colors of #55D9DB
Black with #55D9DB
Text Example
Text Example
White with #55D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D9DB; }
p { color: rgb(85,217,219); }
H1.HeaderClassName
{
color: #55D9DB;
}
.AnyTagClassName
{
color: #55D9DB;
}
</style>
background-color css
<style>
a { background-color: #55D9DB; }
a { background-color: rgb(85,217,219); }
div.DivClassName
{
background-color: #55D9DB;
}
.BgClassName
{
background-color: #55D9DB;
}
</style>
border-color css
<style>
span { border-color: #55D9DB; }
span { border-color: rgb(85,217,219); }
td.TdClassName
{
border-color: #55D9DB;
}
.TagClassName
{
border-color: #55D9DB;
}
</style>