Shades of Medium Turquoise #55C0BD
Tints of Medium Turquoise #55C0BD
RGB
CMYK
RGB Variations
Color information
#55C0BD (or 0x55C0BD) is known color: Medium Turquoise. HEX triplet: 55, C0 and BD. RGB value is (85,192,189). Sum of RGB (Red+Green+Blue) = 85+192+189=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0BD is #AA3F42. Grayscale: #9F9F9F. Windows color (decimal): -11157315 or 12435541. OLE color: 12435541.
HSL color Cylindrical-coordinate representation of color #55C0BD: hue angle of 178.32º 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 #55C0BD is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 189 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.25 |
| HSL | 178.32º | 0.46% | 0.54% | - |
| HSV(B) | 178.32º | 0.56% | 0.75% | - |
| XYZ | 31.78 | 43.3 | 54.83 | - |
| YUV | 159.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 189 | 0.56 | 0 | 0.02 | 0.25 | 178.32 | 0.46 | 0.54 |
| Hex | 55 | C0 | BD | 38 | 0 | 2 | 19 | B2 | 2E | 36 |
| Octal | 125 | 300 | 275 | 70 | 0 | 2 | 31 | 262 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10111101 | 111000 | 0 | 10 | 11001 | 10110010 | 101110 | 110110 |
Color Harmonies of #55C0BD
Complementary color
Monochromatic Colors of #55C0BD
Black with #55C0BD
Text Example
Text Example
White with #55C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0BD; }
p { color: rgb(85,192,189); }
H1.HeaderClassName
{
color: #55C0BD;
}
.AnyTagClassName
{
color: #55C0BD;
}
</style>
background-color css
<style>
a { background-color: #55C0BD; }
a { background-color: rgb(85,192,189); }
div.DivClassName
{
background-color: #55C0BD;
}
.BgClassName
{
background-color: #55C0BD;
}
</style>
border-color css
<style>
span { border-color: #55C0BD; }
span { border-color: rgb(85,192,189); }
td.TdClassName
{
border-color: #55C0BD;
}
.TagClassName
{
border-color: #55C0BD;
}
</style>