Shades of Medium Turquoise #55DDDB
Tints of Medium Turquoise #55DDDB
RGB
CMYK
RGB Variations
Color information
#55DDDB (or 0x55DDDB) is known color: Medium Turquoise. HEX triplet: 55, DD and DB. RGB value is (85,221,219). Sum of RGB (Red+Green+Blue) = 85+221+219=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDDB is #AA2224. Grayscale: #B3B3B3. Windows color (decimal): -11149861 or 14409045. OLE color: 14409045.
HSL color Cylindrical-coordinate representation of color #55DDDB: hue angle of 179.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDDB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 219 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.13 |
| HSL | 179.12º | 0.67% | 0.6% | - |
| HSV(B) | 179.12º | 0.62% | 0.87% | - |
| XYZ | 42.39 | 58.76 | 76.13 | - |
| YUV | 180.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 219 | 0.62 | 0 | 0.01 | 0.13 | 179.12 | 0.67 | 0.6 |
| Hex | 55 | DD | DB | 3E | 0 | 1 | D | B3 | 43 | 3C |
| Octal | 125 | 335 | 333 | 76 | 0 | 1 | 15 | 263 | 103 | 74 |
| Binary | 1010101 | 11011101 | 11011011 | 111110 | 0 | 1 | 1101 | 10110011 | 1000011 | 111100 |
Color Harmonies of #55DDDB
Complementary color
Monochromatic Colors of #55DDDB
Black with #55DDDB
Text Example
Text Example
White with #55DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDDB; }
p { color: rgb(85,221,219); }
H1.HeaderClassName
{
color: #55DDDB;
}
.AnyTagClassName
{
color: #55DDDB;
}
</style>
background-color css
<style>
a { background-color: #55DDDB; }
a { background-color: rgb(85,221,219); }
div.DivClassName
{
background-color: #55DDDB;
}
.BgClassName
{
background-color: #55DDDB;
}
</style>
border-color css
<style>
span { border-color: #55DDDB; }
span { border-color: rgb(85,221,219); }
td.TdClassName
{
border-color: #55DDDB;
}
.TagClassName
{
border-color: #55DDDB;
}
</style>