Shades of Turquoise #55FEBB
Tints of Turquoise #55FEBB
RGB
CMYK
RGB Variations
Color information
#55FEBB (or 0x55FEBB) is known color: Turquoise. HEX triplet: 55, FE and BB. RGB value is (85,254,187). Sum of RGB (Red+Green+Blue) = 85+254+187=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEBB is #AA0144. Grayscale: #C3C3C3. Windows color (decimal): -11141445 or 12320341. OLE color: 12320341.
HSL color Cylindrical-coordinate representation of color #55FEBB: hue angle of 156.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEBB is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 187 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.00 |
| HSL | 156.21º | 0.99% | 0.66% | - |
| HSV(B) | 156.21º | 0.67% | 1% | - |
| XYZ | 48.16 | 76.4 | 59.22 | - |
| YUV | 195.83 | 123.01 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 187 | 0.67 | 0 | 0.26 | 0.00 | 156.21 | 0.99 | 0.66 |
| Hex | 55 | FE | BB | 43 | 0 | 1A | 0 | 9C | 63 | 42 |
| Octal | 125 | 376 | 273 | 103 | 0 | 32 | 0 | 234 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10111011 | 1000011 | 0 | 11010 | 0 | 10011100 | 1100011 | 1000010 |
Color Harmonies of #55FEBB
Complementary color
Monochromatic Colors of #55FEBB
Black with #55FEBB
Text Example
Text Example
White with #55FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEBB; }
p { color: rgb(85,254,187); }
H1.HeaderClassName
{
color: #55FEBB;
}
.AnyTagClassName
{
color: #55FEBB;
}
</style>
background-color css
<style>
a { background-color: #55FEBB; }
a { background-color: rgb(85,254,187); }
div.DivClassName
{
background-color: #55FEBB;
}
.BgClassName
{
background-color: #55FEBB;
}
</style>
border-color css
<style>
span { border-color: #55FEBB; }
span { border-color: rgb(85,254,187); }
td.TdClassName
{
border-color: #55FEBB;
}
.TagClassName
{
border-color: #55FEBB;
}
</style>