Shades of Medium Turquoise #55DDD5
Tints of Medium Turquoise #55DDD5
RGB
CMYK
RGB Variations
Color information
#55DDD5 (or 0x55DDD5) is known color: Medium Turquoise. HEX triplet: 55, DD and D5. RGB value is (85,221,213). Sum of RGB (Red+Green+Blue) = 85+221+213=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDD5 is #AA222A. Grayscale: #B3B3B3. Windows color (decimal): -11149867 or 14015829. OLE color: 14015829.
HSL color Cylindrical-coordinate representation of color #55DDD5: hue angle of 176.47º 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 #55DDD5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 213 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.13 |
| HSL | 176.47º | 0.67% | 0.6% | - |
| HSV(B) | 176.47º | 0.62% | 0.87% | - |
| XYZ | 41.61 | 58.45 | 72.04 | - |
| YUV | 179.42 | 146.94 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 213 | 0.62 | 0 | 0.04 | 0.13 | 176.47 | 0.67 | 0.6 |
| Hex | 55 | DD | D5 | 3E | 0 | 4 | D | B0 | 43 | 3C |
| Octal | 125 | 335 | 325 | 76 | 0 | 4 | 15 | 260 | 103 | 74 |
| Binary | 1010101 | 11011101 | 11010101 | 111110 | 0 | 100 | 1101 | 10110000 | 1000011 | 111100 |
Color Harmonies of #55DDD5
Complementary color
Monochromatic Colors of #55DDD5
Black with #55DDD5
Text Example
Text Example
White with #55DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDD5; }
p { color: rgb(85,221,213); }
H1.HeaderClassName
{
color: #55DDD5;
}
.AnyTagClassName
{
color: #55DDD5;
}
</style>
background-color css
<style>
a { background-color: #55DDD5; }
a { background-color: rgb(85,221,213); }
div.DivClassName
{
background-color: #55DDD5;
}
.BgClassName
{
background-color: #55DDD5;
}
</style>
border-color css
<style>
span { border-color: #55DDD5; }
span { border-color: rgb(85,221,213); }
td.TdClassName
{
border-color: #55DDD5;
}
.TagClassName
{
border-color: #55DDD5;
}
</style>