Shades of Medium Turquoise #55D0CD
Tints of Medium Turquoise #55D0CD
RGB
CMYK
RGB Variations
Color information
#55D0CD (or 0x55D0CD) is known color: Medium Turquoise. HEX triplet: 55, D0 and CD. RGB value is (85,208,205). Sum of RGB (Red+Green+Blue) = 85+208+205=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0CD is #AA2F32. Grayscale: #AAAAAA. Windows color (decimal): -11153203 or 13488213. OLE color: 13488213.
HSL color Cylindrical-coordinate representation of color #55D0CD: hue angle of 178.54º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D0CD is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 205 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.18 |
| HSL | 178.54º | 0.57% | 0.57% | - |
| HSV(B) | 178.54º | 0.59% | 0.82% | - |
| XYZ | 37.32 | 51.45 | 65.72 | - |
| YUV | 170.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 205 | 0.59 | 0 | 0.01 | 0.18 | 178.54 | 0.57 | 0.57 |
| Hex | 55 | D0 | CD | 3B | 0 | 1 | 12 | B3 | 39 | 39 |
| Octal | 125 | 320 | 315 | 73 | 0 | 1 | 22 | 263 | 71 | 71 |
| Binary | 1010101 | 11010000 | 11001101 | 111011 | 0 | 1 | 10010 | 10110011 | 111001 | 111001 |
Color Harmonies of #55D0CD
Complementary color
Monochromatic Colors of #55D0CD
Black with #55D0CD
Text Example
Text Example
White with #55D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0CD; }
p { color: rgb(85,208,205); }
H1.HeaderClassName
{
color: #55D0CD;
}
.AnyTagClassName
{
color: #55D0CD;
}
</style>
background-color css
<style>
a { background-color: #55D0CD; }
a { background-color: rgb(85,208,205); }
div.DivClassName
{
background-color: #55D0CD;
}
.BgClassName
{
background-color: #55D0CD;
}
</style>
border-color css
<style>
span { border-color: #55D0CD; }
span { border-color: rgb(85,208,205); }
td.TdClassName
{
border-color: #55D0CD;
}
.TagClassName
{
border-color: #55D0CD;
}
</style>