Shades of Medium Turquoise #55D6BC
Tints of Medium Turquoise #55D6BC
RGB
CMYK
RGB Variations
Color information
#55D6BC (or 0x55D6BC) is known color: Medium Turquoise. HEX triplet: 55, D6 and BC. RGB value is (85,214,188). Sum of RGB (Red+Green+Blue) = 85+214+188=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D6BC is #AA2943. Grayscale: #ACACAC. Windows color (decimal): -11151684 or 12375637. OLE color: 12375637.
HSL color Cylindrical-coordinate representation of color #55D6BC: hue angle of 167.91º 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 #55D6BC is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 188 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.16 |
| HSL | 167.91º | 0.61% | 0.59% | - |
| HSV(B) | 167.91º | 0.6% | 0.84% | - |
| XYZ | 36.87 | 53.66 | 55.99 | - |
| YUV | 172.47 | 136.76 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 188 | 0.60 | 0 | 0.12 | 0.16 | 167.91 | 0.61 | 0.59 |
| Hex | 55 | D6 | BC | 3C | 0 | C | 10 | A8 | 3D | 3B |
| Octal | 125 | 326 | 274 | 74 | 0 | 14 | 20 | 250 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10111100 | 111100 | 0 | 1100 | 10000 | 10101000 | 111101 | 111011 |
Color Harmonies of #55D6BC
Complementary color
Monochromatic Colors of #55D6BC
Black with #55D6BC
Text Example
Text Example
White with #55D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D6BC; }
p { color: rgb(85,214,188); }
H1.HeaderClassName
{
color: #55D6BC;
}
.AnyTagClassName
{
color: #55D6BC;
}
</style>
background-color css
<style>
a { background-color: #55D6BC; }
a { background-color: rgb(85,214,188); }
div.DivClassName
{
background-color: #55D6BC;
}
.BgClassName
{
background-color: #55D6BC;
}
</style>
border-color css
<style>
span { border-color: #55D6BC; }
span { border-color: rgb(85,214,188); }
td.TdClassName
{
border-color: #55D6BC;
}
.TagClassName
{
border-color: #55D6BC;
}
</style>