Shades of Turquoise #55E2BF
Tints of Turquoise #55E2BF
RGB
CMYK
RGB Variations
Color information
#55E2BF (or 0x55E2BF) is known color: Turquoise. HEX triplet: 55, E2 and BF. RGB value is (85,226,191). Sum of RGB (Red+Green+Blue) = 85+226+191=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #55E2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E2BF is #AA1D40. Grayscale: #B3B3B3. Windows color (decimal): -11148609 or 12575317. OLE color: 12575317.
HSL color Cylindrical-coordinate representation of color #55E2BF: hue angle of 165.11º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E2BF is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 191 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.11 |
| HSL | 165.11º | 0.71% | 0.61% | - |
| HSV(B) | 165.11º | 0.62% | 0.89% | - |
| XYZ | 40.35 | 60.09 | 58.76 | - |
| YUV | 179.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 191 | 0.62 | 0 | 0.15 | 0.11 | 165.11 | 0.71 | 0.61 |
| Hex | 55 | E2 | BF | 3E | 0 | F | B | A5 | 47 | 3D |
| Octal | 125 | 342 | 277 | 76 | 0 | 17 | 13 | 245 | 107 | 75 |
| Binary | 1010101 | 11100010 | 10111111 | 111110 | 0 | 1111 | 1011 | 10100101 | 1000111 | 111101 |
Color Harmonies of #55E2BF
Complementary color
Monochromatic Colors of #55E2BF
Black with #55E2BF
Text Example
Text Example
White with #55E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E2BF; }
p { color: rgb(85,226,191); }
H1.HeaderClassName
{
color: #55E2BF;
}
.AnyTagClassName
{
color: #55E2BF;
}
</style>
background-color css
<style>
a { background-color: #55E2BF; }
a { background-color: rgb(85,226,191); }
div.DivClassName
{
background-color: #55E2BF;
}
.BgClassName
{
background-color: #55E2BF;
}
</style>
border-color css
<style>
span { border-color: #55E2BF; }
span { border-color: rgb(85,226,191); }
td.TdClassName
{
border-color: #55E2BF;
}
.TagClassName
{
border-color: #55E2BF;
}
</style>