Shades of Medium Turquoise #55C5BF
Tints of Medium Turquoise #55C5BF
RGB
CMYK
RGB Variations
Color information
#55C5BF (or 0x55C5BF) is known color: Medium Turquoise. HEX triplet: 55, C5 and BF. RGB value is (85,197,191). Sum of RGB (Red+Green+Blue) = 85+197+191=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #55C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C5BF is #AA3A40. Grayscale: #A2A2A2. Windows color (decimal): -11156033 or 12567893. OLE color: 12567893.
HSL color Cylindrical-coordinate representation of color #55C5BF: hue angle of 176.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C5BF is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 191 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.23 |
| HSL | 176.79º | 0.49% | 0.55% | - |
| HSV(B) | 176.79º | 0.57% | 0.77% | - |
| XYZ | 33.12 | 45.63 | 56.35 | - |
| YUV | 162.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 191 | 0.57 | 0 | 0.03 | 0.23 | 176.79 | 0.49 | 0.55 |
| Hex | 55 | C5 | BF | 39 | 0 | 3 | 17 | B1 | 31 | 37 |
| Octal | 125 | 305 | 277 | 71 | 0 | 3 | 27 | 261 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10111111 | 111001 | 0 | 11 | 10111 | 10110001 | 110001 | 110111 |
Color Harmonies of #55C5BF
Complementary color
Monochromatic Colors of #55C5BF
Black with #55C5BF
Text Example
Text Example
White with #55C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C5BF; }
p { color: rgb(85,197,191); }
H1.HeaderClassName
{
color: #55C5BF;
}
.AnyTagClassName
{
color: #55C5BF;
}
</style>
background-color css
<style>
a { background-color: #55C5BF; }
a { background-color: rgb(85,197,191); }
div.DivClassName
{
background-color: #55C5BF;
}
.BgClassName
{
background-color: #55C5BF;
}
</style>
border-color css
<style>
span { border-color: #55C5BF; }
span { border-color: rgb(85,197,191); }
td.TdClassName
{
border-color: #55C5BF;
}
.TagClassName
{
border-color: #55C5BF;
}
</style>