Shades of Medium Turquoise #55D2CD
Tints of Medium Turquoise #55D2CD
RGB
CMYK
RGB Variations
Color information
#55D2CD (or 0x55D2CD) is known color: Medium Turquoise. HEX triplet: 55, D2 and CD. RGB value is (85,210,205). Sum of RGB (Red+Green+Blue) = 85+210+205=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D2CD is #AA2D32. Grayscale: #ABABAB. Windows color (decimal): -11152691 or 13488725. OLE color: 13488725.
HSL color Cylindrical-coordinate representation of color #55D2CD: hue angle of 177.6º 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 #55D2CD is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 205 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.18 |
| HSL | 177.6º | 0.58% | 0.58% | - |
| HSV(B) | 177.6º | 0.6% | 0.82% | - |
| XYZ | 37.81 | 52.43 | 65.89 | - |
| YUV | 172.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 205 | 0.60 | 0 | 0.02 | 0.18 | 177.6 | 0.58 | 0.58 |
| Hex | 55 | D2 | CD | 3C | 0 | 2 | 12 | B2 | 3A | 3A |
| Octal | 125 | 322 | 315 | 74 | 0 | 2 | 22 | 262 | 72 | 72 |
| Binary | 1010101 | 11010010 | 11001101 | 111100 | 0 | 10 | 10010 | 10110010 | 111010 | 111010 |
Color Harmonies of #55D2CD
Complementary color
Monochromatic Colors of #55D2CD
Black with #55D2CD
Text Example
Text Example
White with #55D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D2CD; }
p { color: rgb(85,210,205); }
H1.HeaderClassName
{
color: #55D2CD;
}
.AnyTagClassName
{
color: #55D2CD;
}
</style>
background-color css
<style>
a { background-color: #55D2CD; }
a { background-color: rgb(85,210,205); }
div.DivClassName
{
background-color: #55D2CD;
}
.BgClassName
{
background-color: #55D2CD;
}
</style>
border-color css
<style>
span { border-color: #55D2CD; }
span { border-color: rgb(85,210,205); }
td.TdClassName
{
border-color: #55D2CD;
}
.TagClassName
{
border-color: #55D2CD;
}
</style>