Shades of Medium Turquoise #55CABB
Tints of Medium Turquoise #55CABB
RGB
CMYK
RGB Variations
Color information
#55CABB (or 0x55CABB) is known color: Medium Turquoise. HEX triplet: 55, CA and BB. RGB value is (85,202,187). Sum of RGB (Red+Green+Blue) = 85+202+187=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #55CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CABB is #AA3544. Grayscale: #A5A5A5. Windows color (decimal): -11154757 or 12307029. OLE color: 12307029.
HSL color Cylindrical-coordinate representation of color #55CABB: hue angle of 172.31º 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 #55CABB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 187 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.21 |
| HSL | 172.31º | 0.52% | 0.56% | - |
| HSV(B) | 172.31º | 0.58% | 0.79% | - |
| XYZ | 33.84 | 47.76 | 54.45 | - |
| YUV | 165.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 187 | 0.58 | 0 | 0.07 | 0.21 | 172.31 | 0.52 | 0.56 |
| Hex | 55 | CA | BB | 3A | 0 | 7 | 15 | AC | 34 | 38 |
| Octal | 125 | 312 | 273 | 72 | 0 | 7 | 25 | 254 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10111011 | 111010 | 0 | 111 | 10101 | 10101100 | 110100 | 111000 |
Color Harmonies of #55CABB
Complementary color
Monochromatic Colors of #55CABB
Black with #55CABB
Text Example
Text Example
White with #55CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CABB; }
p { color: rgb(85,202,187); }
H1.HeaderClassName
{
color: #55CABB;
}
.AnyTagClassName
{
color: #55CABB;
}
</style>
background-color css
<style>
a { background-color: #55CABB; }
a { background-color: rgb(85,202,187); }
div.DivClassName
{
background-color: #55CABB;
}
.BgClassName
{
background-color: #55CABB;
}
</style>
border-color css
<style>
span { border-color: #55CABB; }
span { border-color: rgb(85,202,187); }
td.TdClassName
{
border-color: #55CABB;
}
.TagClassName
{
border-color: #55CABB;
}
</style>