Shades of Turquoise #55FEBD
Tints of Turquoise #55FEBD
RGB
CMYK
RGB Variations
Color information
#55FEBD (or 0x55FEBD) is known color: Turquoise. HEX triplet: 55, FE and BD. RGB value is (85,254,189). Sum of RGB (Red+Green+Blue) = 85+254+189=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEBD is #AA0142. Grayscale: #C4C4C4. Windows color (decimal): -11141443 or 12451413. OLE color: 12451413.
HSL color Cylindrical-coordinate representation of color #55FEBD: hue angle of 156.92º 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 #55FEBD is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 189 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.00 |
| HSL | 156.92º | 0.99% | 0.66% | - |
| HSV(B) | 156.92º | 0.67% | 1% | - |
| XYZ | 48.37 | 76.49 | 60.36 | - |
| YUV | 196.06 | 124.01 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 189 | 0.67 | 0 | 0.26 | 0.00 | 156.92 | 0.99 | 0.66 |
| Hex | 55 | FE | BD | 43 | 0 | 1A | 0 | 9D | 63 | 42 |
| Octal | 125 | 376 | 275 | 103 | 0 | 32 | 0 | 235 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10111101 | 1000011 | 0 | 11010 | 0 | 10011101 | 1100011 | 1000010 |
Color Harmonies of #55FEBD
Complementary color
Monochromatic Colors of #55FEBD
Black with #55FEBD
Text Example
Text Example
White with #55FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEBD; }
p { color: rgb(85,254,189); }
H1.HeaderClassName
{
color: #55FEBD;
}
.AnyTagClassName
{
color: #55FEBD;
}
</style>
background-color css
<style>
a { background-color: #55FEBD; }
a { background-color: rgb(85,254,189); }
div.DivClassName
{
background-color: #55FEBD;
}
.BgClassName
{
background-color: #55FEBD;
}
</style>
border-color css
<style>
span { border-color: #55FEBD; }
span { border-color: rgb(85,254,189); }
td.TdClassName
{
border-color: #55FEBD;
}
.TagClassName
{
border-color: #55FEBD;
}
</style>