Shades of Medium Turquoise #55D2C1
Tints of Medium Turquoise #55D2C1
RGB
CMYK
RGB Variations
Color information
#55D2C1 (or 0x55D2C1) is known color: Medium Turquoise. HEX triplet: 55, D2 and C1. RGB value is (85,210,193). Sum of RGB (Red+Green+Blue) = 85+210+193=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D2C1 is #AA2D3E. Grayscale: #AAAAAA. Windows color (decimal): -11152703 or 12702293. OLE color: 12702293.
HSL color Cylindrical-coordinate representation of color #55D2C1: hue angle of 171.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D2C1 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 193 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.18 |
| HSL | 171.84º | 0.58% | 0.58% | - |
| HSV(B) | 171.84º | 0.6% | 0.82% | - |
| XYZ | 36.42 | 51.87 | 58.55 | - |
| YUV | 170.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 193 | 0.60 | 0 | 0.08 | 0.18 | 171.84 | 0.58 | 0.58 |
| Hex | 55 | D2 | C1 | 3C | 0 | 8 | 12 | AC | 3A | 3A |
| Octal | 125 | 322 | 301 | 74 | 0 | 10 | 22 | 254 | 72 | 72 |
| Binary | 1010101 | 11010010 | 11000001 | 111100 | 0 | 1000 | 10010 | 10101100 | 111010 | 111010 |
Color Harmonies of #55D2C1
Complementary color
Monochromatic Colors of #55D2C1
Black with #55D2C1
Text Example
Text Example
White with #55D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D2C1; }
p { color: rgb(85,210,193); }
H1.HeaderClassName
{
color: #55D2C1;
}
.AnyTagClassName
{
color: #55D2C1;
}
</style>
background-color css
<style>
a { background-color: #55D2C1; }
a { background-color: rgb(85,210,193); }
div.DivClassName
{
background-color: #55D2C1;
}
.BgClassName
{
background-color: #55D2C1;
}
</style>
border-color css
<style>
span { border-color: #55D2C1; }
span { border-color: rgb(85,210,193); }
td.TdClassName
{
border-color: #55D2C1;
}
.TagClassName
{
border-color: #55D2C1;
}
</style>