Shades of Turquoise Blue #55E8EB
Tints of Turquoise Blue #55E8EB
RGB
CMYK
RGB Variations
Color information
#55E8EB (or 0x55E8EB) is known color: Turquoise Blue. HEX triplet: 55, E8 and EB. RGB value is (85,232,235). Sum of RGB (Red+Green+Blue) = 85+232+235=552 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.40% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #55E8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55E8EB is #AA1714. Grayscale: #BCBCBC. Windows color (decimal): -11147029 or 15460437. OLE color: 15460437.
HSL color Cylindrical-coordinate representation of color #55E8EB: hue angle of 181.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E8EB is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 232 | 235 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.08 |
| HSL | 181.2º | 0.79% | 0.63% | - |
| HSV(B) | 181.2º | 0.64% | 0.92% | - |
| XYZ | 47.6 | 65.64 | 88.76 | - |
| YUV | 188.39 | 154.3 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 235 | 0.64 | 0.01 | 0 | 0.08 | 181.2 | 0.79 | 0.63 |
| Hex | 55 | E8 | EB | 40 | 1 | 0 | 8 | B5 | 4F | 3F |
| Octal | 125 | 350 | 353 | 100 | 1 | 0 | 10 | 265 | 117 | 77 |
| Binary | 1010101 | 11101000 | 11101011 | 1000000 | 1 | 0 | 1000 | 10110101 | 1001111 | 111111 |
Color Harmonies of #55E8EB
Complementary color
Monochromatic Colors of #55E8EB
Black with #55E8EB
Text Example
Text Example
White with #55E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E8EB; }
p { color: rgb(85,232,235); }
H1.HeaderClassName
{
color: #55E8EB;
}
.AnyTagClassName
{
color: #55E8EB;
}
</style>
background-color css
<style>
a { background-color: #55E8EB; }
a { background-color: rgb(85,232,235); }
div.DivClassName
{
background-color: #55E8EB;
}
.BgClassName
{
background-color: #55E8EB;
}
</style>
border-color css
<style>
span { border-color: #55E8EB; }
span { border-color: rgb(85,232,235); }
td.TdClassName
{
border-color: #55E8EB;
}
.TagClassName
{
border-color: #55E8EB;
}
</style>