Shades of Medium Turquoise #55D7BC
Tints of Medium Turquoise #55D7BC
RGB
CMYK
RGB Variations
Color information
#55D7BC (or 0x55D7BC) is known color: Medium Turquoise. HEX triplet: 55, D7 and BC. RGB value is (85,215,188). Sum of RGB (Red+Green+Blue) = 85+215+188=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #55D7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D7BC is #AA2843. Grayscale: #ADADAD. Windows color (decimal): -11151428 or 12375893. OLE color: 12375893.
HSL color Cylindrical-coordinate representation of color #55D7BC: hue angle of 167.54º degrees, saturation: 0.62, 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 #55D7BC is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 188 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.16 |
| HSL | 167.54º | 0.62% | 0.59% | - |
| HSV(B) | 167.54º | 0.6% | 0.84% | - |
| XYZ | 37.12 | 54.16 | 56.07 | - |
| YUV | 173.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 188 | 0.60 | 0 | 0.13 | 0.16 | 167.54 | 0.62 | 0.59 |
| Hex | 55 | D7 | BC | 3C | 0 | D | 10 | A8 | 3E | 3B |
| Octal | 125 | 327 | 274 | 74 | 0 | 15 | 20 | 250 | 76 | 73 |
| Binary | 1010101 | 11010111 | 10111100 | 111100 | 0 | 1101 | 10000 | 10101000 | 111110 | 111011 |
Color Harmonies of #55D7BC
Complementary color
Monochromatic Colors of #55D7BC
Black with #55D7BC
Text Example
Text Example
White with #55D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D7BC; }
p { color: rgb(85,215,188); }
H1.HeaderClassName
{
color: #55D7BC;
}
.AnyTagClassName
{
color: #55D7BC;
}
</style>
background-color css
<style>
a { background-color: #55D7BC; }
a { background-color: rgb(85,215,188); }
div.DivClassName
{
background-color: #55D7BC;
}
.BgClassName
{
background-color: #55D7BC;
}
</style>
border-color css
<style>
span { border-color: #55D7BC; }
span { border-color: rgb(85,215,188); }
td.TdClassName
{
border-color: #55D7BC;
}
.TagClassName
{
border-color: #55D7BC;
}
</style>