Shades of Medium Turquoise #55C8BB
Tints of Medium Turquoise #55C8BB
RGB
CMYK
RGB Variations
Color information
#55C8BB (or 0x55C8BB) is known color: Medium Turquoise. HEX triplet: 55, C8 and BB. RGB value is (85,200,187). Sum of RGB (Red+Green+Blue) = 85+200+187=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #55C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8BB is #AA3744. Grayscale: #A4A4A4. Windows color (decimal): -11155269 or 12306517. OLE color: 12306517.
HSL color Cylindrical-coordinate representation of color #55C8BB: hue angle of 173.22º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C8BB is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 187 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.22 |
| HSL | 173.22º | 0.51% | 0.56% | - |
| HSV(B) | 173.22º | 0.58% | 0.78% | - |
| XYZ | 33.37 | 46.83 | 54.29 | - |
| YUV | 164.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 187 | 0.58 | 0 | 0.06 | 0.22 | 173.22 | 0.51 | 0.56 |
| Hex | 55 | C8 | BB | 3A | 0 | 6 | 16 | AD | 33 | 38 |
| Octal | 125 | 310 | 273 | 72 | 0 | 6 | 26 | 255 | 63 | 70 |
| Binary | 1010101 | 11001000 | 10111011 | 111010 | 0 | 110 | 10110 | 10101101 | 110011 | 111000 |
Color Harmonies of #55C8BB
Complementary color
Monochromatic Colors of #55C8BB
Black with #55C8BB
Text Example
Text Example
White with #55C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C8BB; }
p { color: rgb(85,200,187); }
H1.HeaderClassName
{
color: #55C8BB;
}
.AnyTagClassName
{
color: #55C8BB;
}
</style>
background-color css
<style>
a { background-color: #55C8BB; }
a { background-color: rgb(85,200,187); }
div.DivClassName
{
background-color: #55C8BB;
}
.BgClassName
{
background-color: #55C8BB;
}
</style>
border-color css
<style>
span { border-color: #55C8BB; }
span { border-color: rgb(85,200,187); }
td.TdClassName
{
border-color: #55C8BB;
}
.TagClassName
{
border-color: #55C8BB;
}
</style>