Shades of Medium Turquoise #55C0BA
Tints of Medium Turquoise #55C0BA
RGB
CMYK
RGB Variations
Color information
#55C0BA (or 0x55C0BA) is known color: Medium Turquoise. HEX triplet: 55, C0 and BA. RGB value is (85,192,186). Sum of RGB (Red+Green+Blue) = 85+192+186=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0BA is #AA3F45. Grayscale: #9F9F9F. Windows color (decimal): -11157318 or 12238933. OLE color: 12238933.
HSL color Cylindrical-coordinate representation of color #55C0BA: hue angle of 176.64º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C0BA is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 186 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.25 |
| HSL | 176.64º | 0.46% | 0.54% | - |
| HSV(B) | 176.64º | 0.56% | 0.75% | - |
| XYZ | 31.46 | 43.18 | 53.13 | - |
| YUV | 159.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 186 | 0.56 | 0 | 0.03 | 0.25 | 176.64 | 0.46 | 0.54 |
| Hex | 55 | C0 | BA | 38 | 0 | 3 | 19 | B1 | 2E | 36 |
| Octal | 125 | 300 | 272 | 70 | 0 | 3 | 31 | 261 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10111010 | 111000 | 0 | 11 | 11001 | 10110001 | 101110 | 110110 |
Color Harmonies of #55C0BA
Complementary color
Monochromatic Colors of #55C0BA
Black with #55C0BA
Text Example
Text Example
White with #55C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0BA; }
p { color: rgb(85,192,186); }
H1.HeaderClassName
{
color: #55C0BA;
}
.AnyTagClassName
{
color: #55C0BA;
}
</style>
background-color css
<style>
a { background-color: #55C0BA; }
a { background-color: rgb(85,192,186); }
div.DivClassName
{
background-color: #55C0BA;
}
.BgClassName
{
background-color: #55C0BA;
}
</style>
border-color css
<style>
span { border-color: #55C0BA; }
span { border-color: rgb(85,192,186); }
td.TdClassName
{
border-color: #55C0BA;
}
.TagClassName
{
border-color: #55C0BA;
}
</style>