Shades of Medium Turquoise #55D6BD
Tints of Medium Turquoise #55D6BD
RGB
CMYK
RGB Variations
Color information
#55D6BD (or 0x55D6BD) is known color: Medium Turquoise. HEX triplet: 55, D6 and BD. RGB value is (85,214,189). Sum of RGB (Red+Green+Blue) = 85+214+189=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D6BD is #AA2942. Grayscale: #ACACAC. Windows color (decimal): -11151683 or 12441173. OLE color: 12441173.
HSL color Cylindrical-coordinate representation of color #55D6BD: hue angle of 168.37º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D6BD is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 189 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.16 |
| HSL | 168.37º | 0.61% | 0.59% | - |
| HSV(B) | 168.37º | 0.6% | 0.84% | - |
| XYZ | 36.98 | 53.7 | 56.56 | - |
| YUV | 172.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 189 | 0.60 | 0 | 0.12 | 0.16 | 168.37 | 0.61 | 0.59 |
| Hex | 55 | D6 | BD | 3C | 0 | C | 10 | A8 | 3D | 3B |
| Octal | 125 | 326 | 275 | 74 | 0 | 14 | 20 | 250 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10111101 | 111100 | 0 | 1100 | 10000 | 10101000 | 111101 | 111011 |
Color Harmonies of #55D6BD
Complementary color
Monochromatic Colors of #55D6BD
Black with #55D6BD
Text Example
Text Example
White with #55D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D6BD; }
p { color: rgb(85,214,189); }
H1.HeaderClassName
{
color: #55D6BD;
}
.AnyTagClassName
{
color: #55D6BD;
}
</style>
background-color css
<style>
a { background-color: #55D6BD; }
a { background-color: rgb(85,214,189); }
div.DivClassName
{
background-color: #55D6BD;
}
.BgClassName
{
background-color: #55D6BD;
}
</style>
border-color css
<style>
span { border-color: #55D6BD; }
span { border-color: rgb(85,214,189); }
td.TdClassName
{
border-color: #55D6BD;
}
.TagClassName
{
border-color: #55D6BD;
}
</style>