Shades of Medium Turquoise #55D1BC
Tints of Medium Turquoise #55D1BC
RGB
CMYK
RGB Variations
Color information
#55D1BC (or 0x55D1BC) is known color: Medium Turquoise. HEX triplet: 55, D1 and BC. RGB value is (85,209,188). Sum of RGB (Red+Green+Blue) = 85+209+188=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1BC is #AA2E43. Grayscale: #A9A9A9. Windows color (decimal): -11152964 or 12374357. OLE color: 12374357.
HSL color Cylindrical-coordinate representation of color #55D1BC: hue angle of 169.84º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D1BC is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 188 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.18 |
| HSL | 169.84º | 0.57% | 0.58% | - |
| HSV(B) | 169.84º | 0.59% | 0.82% | - |
| XYZ | 35.62 | 51.16 | 55.57 | - |
| YUV | 169.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 188 | 0.59 | 0 | 0.10 | 0.18 | 169.84 | 0.57 | 0.58 |
| Hex | 55 | D1 | BC | 3B | 0 | A | 12 | AA | 39 | 3A |
| Octal | 125 | 321 | 274 | 73 | 0 | 12 | 22 | 252 | 71 | 72 |
| Binary | 1010101 | 11010001 | 10111100 | 111011 | 0 | 1010 | 10010 | 10101010 | 111001 | 111010 |
Color Harmonies of #55D1BC
Complementary color
Monochromatic Colors of #55D1BC
Black with #55D1BC
Text Example
Text Example
White with #55D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1BC; }
p { color: rgb(85,209,188); }
H1.HeaderClassName
{
color: #55D1BC;
}
.AnyTagClassName
{
color: #55D1BC;
}
</style>
background-color css
<style>
a { background-color: #55D1BC; }
a { background-color: rgb(85,209,188); }
div.DivClassName
{
background-color: #55D1BC;
}
.BgClassName
{
background-color: #55D1BC;
}
</style>
border-color css
<style>
span { border-color: #55D1BC; }
span { border-color: rgb(85,209,188); }
td.TdClassName
{
border-color: #55D1BC;
}
.TagClassName
{
border-color: #55D1BC;
}
</style>