Shades of Turquoise #55FABB
Tints of Turquoise #55FABB
RGB
CMYK
RGB Variations
Color information
#55FABB (or 0x55FABB) is known color: Turquoise. HEX triplet: 55, FA and BB. RGB value is (85,250,187). Sum of RGB (Red+Green+Blue) = 85+250+187=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #55FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FABB is #AA0544. Grayscale: #C1C1C1. Windows color (decimal): -11142469 or 12319317. OLE color: 12319317.
HSL color Cylindrical-coordinate representation of color #55FABB: hue angle of 157.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FABB is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 187 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.02 |
| HSL | 157.09º | 0.94% | 0.66% | - |
| HSV(B) | 157.09º | 0.66% | 0.98% | - |
| XYZ | 46.9 | 73.89 | 58.8 | - |
| YUV | 193.48 | 124.34 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 187 | 0.66 | 0 | 0.25 | 0.02 | 157.09 | 0.94 | 0.66 |
| Hex | 55 | FA | BB | 42 | 0 | 19 | 2 | 9D | 5E | 42 |
| Octal | 125 | 372 | 273 | 102 | 0 | 31 | 2 | 235 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10111011 | 1000010 | 0 | 11001 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #55FABB
Complementary color
Monochromatic Colors of #55FABB
Black with #55FABB
Text Example
Text Example
White with #55FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FABB; }
p { color: rgb(85,250,187); }
H1.HeaderClassName
{
color: #55FABB;
}
.AnyTagClassName
{
color: #55FABB;
}
</style>
background-color css
<style>
a { background-color: #55FABB; }
a { background-color: rgb(85,250,187); }
div.DivClassName
{
background-color: #55FABB;
}
.BgClassName
{
background-color: #55FABB;
}
</style>
border-color css
<style>
span { border-color: #55FABB; }
span { border-color: rgb(85,250,187); }
td.TdClassName
{
border-color: #55FABB;
}
.TagClassName
{
border-color: #55FABB;
}
</style>