Shades of Turquoise #55F1BC
Tints of Turquoise #55F1BC
RGB
CMYK
RGB Variations
Color information
#55F1BC (or 0x55F1BC) is known color: Turquoise. HEX triplet: 55, F1 and BC. RGB value is (85,241,188). Sum of RGB (Red+Green+Blue) = 85+241+188=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1BC is #AA0E43. Grayscale: #BCBCBC. Windows color (decimal): -11144772 or 12382549. OLE color: 12382549.
HSL color Cylindrical-coordinate representation of color #55F1BC: hue angle of 159.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F1BC is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 188 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.05 |
| HSL | 159.62º | 0.85% | 0.64% | - |
| HSV(B) | 159.62º | 0.65% | 0.95% | - |
| XYZ | 44.28 | 68.47 | 58.46 | - |
| YUV | 188.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 188 | 0.65 | 0 | 0.22 | 0.05 | 159.62 | 0.85 | 0.64 |
| Hex | 55 | F1 | BC | 41 | 0 | 16 | 5 | A0 | 55 | 40 |
| Octal | 125 | 361 | 274 | 101 | 0 | 26 | 5 | 240 | 125 | 100 |
| Binary | 1010101 | 11110001 | 10111100 | 1000001 | 0 | 10110 | 101 | 10100000 | 1010101 | 1000000 |
Color Harmonies of #55F1BC
Complementary color
Monochromatic Colors of #55F1BC
Black with #55F1BC
Text Example
Text Example
White with #55F1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F1BC; }
p { color: rgb(85,241,188); }
H1.HeaderClassName
{
color: #55F1BC;
}
.AnyTagClassName
{
color: #55F1BC;
}
</style>
background-color css
<style>
a { background-color: #55F1BC; }
a { background-color: rgb(85,241,188); }
div.DivClassName
{
background-color: #55F1BC;
}
.BgClassName
{
background-color: #55F1BC;
}
</style>
border-color css
<style>
span { border-color: #55F1BC; }
span { border-color: rgb(85,241,188); }
td.TdClassName
{
border-color: #55F1BC;
}
.TagClassName
{
border-color: #55F1BC;
}
</style>