Shades of Turquoise #55FCBB
Tints of Turquoise #55FCBB
RGB
CMYK
RGB Variations
Color information
#55FCBB (or 0x55FCBB) is known color: Turquoise. HEX triplet: 55, FC and BB. RGB value is (85,252,187). Sum of RGB (Red+Green+Blue) = 85+252+187=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCBB is #AA0344. Grayscale: #C2C2C2. Windows color (decimal): -11141957 or 12319829. OLE color: 12319829.
HSL color Cylindrical-coordinate representation of color #55FCBB: hue angle of 156.65º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCBB is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 187 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.01 |
| HSL | 156.65º | 0.97% | 0.66% | - |
| HSV(B) | 156.65º | 0.66% | 0.99% | - |
| XYZ | 47.53 | 75.14 | 59.01 | - |
| YUV | 194.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 187 | 0.66 | 0 | 0.26 | 0.01 | 156.65 | 0.97 | 0.66 |
| Hex | 55 | FC | BB | 42 | 0 | 1A | 1 | 9D | 61 | 42 |
| Octal | 125 | 374 | 273 | 102 | 0 | 32 | 1 | 235 | 141 | 102 |
| Binary | 1010101 | 11111100 | 10111011 | 1000010 | 0 | 11010 | 1 | 10011101 | 1100001 | 1000010 |
Color Harmonies of #55FCBB
Complementary color
Monochromatic Colors of #55FCBB
Black with #55FCBB
Text Example
Text Example
White with #55FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCBB; }
p { color: rgb(85,252,187); }
H1.HeaderClassName
{
color: #55FCBB;
}
.AnyTagClassName
{
color: #55FCBB;
}
</style>
background-color css
<style>
a { background-color: #55FCBB; }
a { background-color: rgb(85,252,187); }
div.DivClassName
{
background-color: #55FCBB;
}
.BgClassName
{
background-color: #55FCBB;
}
</style>
border-color css
<style>
span { border-color: #55FCBB; }
span { border-color: rgb(85,252,187); }
td.TdClassName
{
border-color: #55FCBB;
}
.TagClassName
{
border-color: #55FCBB;
}
</style>