Shades of Medium Turquoise #55CAB8
Tints of Medium Turquoise #55CAB8
RGB
CMYK
RGB Variations
Color information
#55CAB8 (or 0x55CAB8) is known color: Medium Turquoise. HEX triplet: 55, CA and B8. RGB value is (85,202,184). Sum of RGB (Red+Green+Blue) = 85+202+184=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CAB8 is #AA3547. Grayscale: #A4A4A4. Windows color (decimal): -11154760 or 12110421. OLE color: 12110421.
HSL color Cylindrical-coordinate representation of color #55CAB8: hue angle of 170.77º 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 #55CAB8 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 184 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.21 |
| HSL | 170.77º | 0.52% | 0.56% | - |
| HSV(B) | 170.77º | 0.58% | 0.79% | - |
| XYZ | 33.52 | 47.63 | 52.77 | - |
| YUV | 164.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 184 | 0.58 | 0 | 0.09 | 0.21 | 170.77 | 0.52 | 0.56 |
| Hex | 55 | CA | B8 | 3A | 0 | 9 | 15 | AB | 34 | 38 |
| Octal | 125 | 312 | 270 | 72 | 0 | 11 | 25 | 253 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10111000 | 111010 | 0 | 1001 | 10101 | 10101011 | 110100 | 111000 |
Color Harmonies of #55CAB8
Complementary color
Monochromatic Colors of #55CAB8
Black with #55CAB8
Text Example
Text Example
White with #55CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CAB8; }
p { color: rgb(85,202,184); }
H1.HeaderClassName
{
color: #55CAB8;
}
.AnyTagClassName
{
color: #55CAB8;
}
</style>
background-color css
<style>
a { background-color: #55CAB8; }
a { background-color: rgb(85,202,184); }
div.DivClassName
{
background-color: #55CAB8;
}
.BgClassName
{
background-color: #55CAB8;
}
</style>
border-color css
<style>
span { border-color: #55CAB8; }
span { border-color: rgb(85,202,184); }
td.TdClassName
{
border-color: #55CAB8;
}
.TagClassName
{
border-color: #55CAB8;
}
</style>