Shades of Medium Turquoise #55D9D0
Tints of Medium Turquoise #55D9D0
RGB
CMYK
RGB Variations
Color information
#55D9D0 (or 0x55D9D0) is known color: Medium Turquoise. HEX triplet: 55, D9 and D0. RGB value is (85,217,208). Sum of RGB (Red+Green+Blue) = 85+217+208=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #55D9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D9D0 is #AA262F. Grayscale: #B0B0B0. Windows color (decimal): -11150896 or 13687125. OLE color: 13687125.
HSL color Cylindrical-coordinate representation of color #55D9D0: hue angle of 175.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D9D0 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 208 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.15 |
| HSL | 175.91º | 0.63% | 0.59% | - |
| HSV(B) | 175.91º | 0.61% | 0.85% | - |
| XYZ | 39.94 | 56.11 | 68.4 | - |
| YUV | 176.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 208 | 0.61 | 0 | 0.04 | 0.15 | 175.91 | 0.63 | 0.59 |
| Hex | 55 | D9 | D0 | 3D | 0 | 4 | F | B0 | 3F | 3B |
| Octal | 125 | 331 | 320 | 75 | 0 | 4 | 17 | 260 | 77 | 73 |
| Binary | 1010101 | 11011001 | 11010000 | 111101 | 0 | 100 | 1111 | 10110000 | 111111 | 111011 |
Color Harmonies of #55D9D0
Complementary color
Monochromatic Colors of #55D9D0
Black with #55D9D0
Text Example
Text Example
White with #55D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D9D0; }
p { color: rgb(85,217,208); }
H1.HeaderClassName
{
color: #55D9D0;
}
.AnyTagClassName
{
color: #55D9D0;
}
</style>
background-color css
<style>
a { background-color: #55D9D0; }
a { background-color: rgb(85,217,208); }
div.DivClassName
{
background-color: #55D9D0;
}
.BgClassName
{
background-color: #55D9D0;
}
</style>
border-color css
<style>
span { border-color: #55D9D0; }
span { border-color: rgb(85,217,208); }
td.TdClassName
{
border-color: #55D9D0;
}
.TagClassName
{
border-color: #55D9D0;
}
</style>