Shades of Turquoise #55FEBC
Tints of Turquoise #55FEBC
RGB
CMYK
RGB Variations
Color information
#55FEBC (or 0x55FEBC) is known color: Turquoise. HEX triplet: 55, FE and BC. RGB value is (85,254,188). Sum of RGB (Red+Green+Blue) = 85+254+188=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEBC is #AA0143. Grayscale: #C4C4C4. Windows color (decimal): -11141444 or 12385877. OLE color: 12385877.
HSL color Cylindrical-coordinate representation of color #55FEBC: hue angle of 156.57º 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 #55FEBC is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 188 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.00 |
| HSL | 156.57º | 0.99% | 0.66% | - |
| HSV(B) | 156.57º | 0.67% | 1% | - |
| XYZ | 48.27 | 76.45 | 59.79 | - |
| YUV | 195.95 | 123.51 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 188 | 0.67 | 0 | 0.26 | 0.00 | 156.57 | 0.99 | 0.66 |
| Hex | 55 | FE | BC | 43 | 0 | 1A | 0 | 9D | 63 | 42 |
| Octal | 125 | 376 | 274 | 103 | 0 | 32 | 0 | 235 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10111100 | 1000011 | 0 | 11010 | 0 | 10011101 | 1100011 | 1000010 |
Color Harmonies of #55FEBC
Complementary color
Monochromatic Colors of #55FEBC
Black with #55FEBC
Text Example
Text Example
White with #55FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEBC; }
p { color: rgb(85,254,188); }
H1.HeaderClassName
{
color: #55FEBC;
}
.AnyTagClassName
{
color: #55FEBC;
}
</style>
background-color css
<style>
a { background-color: #55FEBC; }
a { background-color: rgb(85,254,188); }
div.DivClassName
{
background-color: #55FEBC;
}
.BgClassName
{
background-color: #55FEBC;
}
</style>
border-color css
<style>
span { border-color: #55FEBC; }
span { border-color: rgb(85,254,188); }
td.TdClassName
{
border-color: #55FEBC;
}
.TagClassName
{
border-color: #55FEBC;
}
</style>