Shades of Medium Turquoise #55D1CD
Tints of Medium Turquoise #55D1CD
RGB
CMYK
RGB Variations
Color information
#55D1CD (or 0x55D1CD) is known color: Medium Turquoise. HEX triplet: 55, D1 and CD. RGB value is (85,209,205). Sum of RGB (Red+Green+Blue) = 85+209+205=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1CD is #AA2E32. Grayscale: #ABABAB. Windows color (decimal): -11152947 or 13488469. OLE color: 13488469.
HSL color Cylindrical-coordinate representation of color #55D1CD: hue angle of 178.06º 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 #55D1CD is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 205 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.18 |
| HSL | 178.06º | 0.57% | 0.58% | - |
| HSV(B) | 178.06º | 0.59% | 0.82% | - |
| XYZ | 37.57 | 51.94 | 65.8 | - |
| YUV | 171.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 205 | 0.59 | 0 | 0.02 | 0.18 | 178.06 | 0.57 | 0.58 |
| Hex | 55 | D1 | CD | 3B | 0 | 2 | 12 | B2 | 39 | 3A |
| Octal | 125 | 321 | 315 | 73 | 0 | 2 | 22 | 262 | 71 | 72 |
| Binary | 1010101 | 11010001 | 11001101 | 111011 | 0 | 10 | 10010 | 10110010 | 111001 | 111010 |
Color Harmonies of #55D1CD
Complementary color
Monochromatic Colors of #55D1CD
Black with #55D1CD
Text Example
Text Example
White with #55D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1CD; }
p { color: rgb(85,209,205); }
H1.HeaderClassName
{
color: #55D1CD;
}
.AnyTagClassName
{
color: #55D1CD;
}
</style>
background-color css
<style>
a { background-color: #55D1CD; }
a { background-color: rgb(85,209,205); }
div.DivClassName
{
background-color: #55D1CD;
}
.BgClassName
{
background-color: #55D1CD;
}
</style>
border-color css
<style>
span { border-color: #55D1CD; }
span { border-color: rgb(85,209,205); }
td.TdClassName
{
border-color: #55D1CD;
}
.TagClassName
{
border-color: #55D1CD;
}
</style>