Shades of Turquoise #55FEBF
Tints of Turquoise #55FEBF
RGB
CMYK
RGB Variations
Color information
#55FEBF (or 0x55FEBF) is known color: Turquoise. HEX triplet: 55, FE and BF. RGB value is (85,254,191). Sum of RGB (Red+Green+Blue) = 85+254+191=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEBF is #AA0140. Grayscale: #C4C4C4. Windows color (decimal): -11141441 or 12582485. OLE color: 12582485.
HSL color Cylindrical-coordinate representation of color #55FEBF: hue angle of 157.63º 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 #55FEBF is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 191 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.00 |
| HSL | 157.63º | 0.99% | 0.66% | - |
| HSV(B) | 157.63º | 0.67% | 1% | - |
| XYZ | 48.59 | 76.58 | 61.51 | - |
| YUV | 196.29 | 125.01 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 191 | 0.67 | 0 | 0.25 | 0.00 | 157.63 | 0.99 | 0.66 |
| Hex | 55 | FE | BF | 43 | 0 | 19 | 0 | 9E | 63 | 42 |
| Octal | 125 | 376 | 277 | 103 | 0 | 31 | 0 | 236 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10111111 | 1000011 | 0 | 11001 | 0 | 10011110 | 1100011 | 1000010 |
Color Harmonies of #55FEBF
Complementary color
Monochromatic Colors of #55FEBF
Black with #55FEBF
Text Example
Text Example
White with #55FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEBF; }
p { color: rgb(85,254,191); }
H1.HeaderClassName
{
color: #55FEBF;
}
.AnyTagClassName
{
color: #55FEBF;
}
</style>
background-color css
<style>
a { background-color: #55FEBF; }
a { background-color: rgb(85,254,191); }
div.DivClassName
{
background-color: #55FEBF;
}
.BgClassName
{
background-color: #55FEBF;
}
</style>
border-color css
<style>
span { border-color: #55FEBF; }
span { border-color: rgb(85,254,191); }
td.TdClassName
{
border-color: #55FEBF;
}
.TagClassName
{
border-color: #55FEBF;
}
</style>