Shades of Medium Turquoise #55CABA
Tints of Medium Turquoise #55CABA
RGB
CMYK
RGB Variations
Color information
#55CABA (or 0x55CABA) is known color: Medium Turquoise. HEX triplet: 55, CA and BA. RGB value is (85,202,186). Sum of RGB (Red+Green+Blue) = 85+202+186=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #55CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CABA is #AA3545. Grayscale: #A5A5A5. Windows color (decimal): -11154758 or 12241493. OLE color: 12241493.
HSL color Cylindrical-coordinate representation of color #55CABA: hue angle of 171.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CABA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 186 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.21 |
| HSL | 171.79º | 0.52% | 0.56% | - |
| HSV(B) | 171.79º | 0.58% | 0.79% | - |
| XYZ | 33.73 | 47.72 | 53.89 | - |
| YUV | 165.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 186 | 0.58 | 0 | 0.08 | 0.21 | 171.79 | 0.52 | 0.56 |
| Hex | 55 | CA | BA | 3A | 0 | 8 | 15 | AC | 34 | 38 |
| Octal | 125 | 312 | 272 | 72 | 0 | 10 | 25 | 254 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10111010 | 111010 | 0 | 1000 | 10101 | 10101100 | 110100 | 111000 |
Color Harmonies of #55CABA
Complementary color
Monochromatic Colors of #55CABA
Black with #55CABA
Text Example
Text Example
White with #55CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CABA; }
p { color: rgb(85,202,186); }
H1.HeaderClassName
{
color: #55CABA;
}
.AnyTagClassName
{
color: #55CABA;
}
</style>
background-color css
<style>
a { background-color: #55CABA; }
a { background-color: rgb(85,202,186); }
div.DivClassName
{
background-color: #55CABA;
}
.BgClassName
{
background-color: #55CABA;
}
</style>
border-color css
<style>
span { border-color: #55CABA; }
span { border-color: rgb(85,202,186); }
td.TdClassName
{
border-color: #55CABA;
}
.TagClassName
{
border-color: #55CABA;
}
</style>