Shades of Turquoise Blue #55E2E9
Tints of Turquoise Blue #55E2E9
RGB
CMYK
RGB Variations
Color information
#55E2E9 (or 0x55E2E9) is known color: Turquoise Blue. HEX triplet: 55, E2 and E9. RGB value is (85,226,233). Sum of RGB (Red+Green+Blue) = 85+226+233=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #55E2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E2E9 is #AA1D16. Grayscale: #B8B8B8. Windows color (decimal): -11148567 or 15327829. OLE color: 15327829.
HSL color Cylindrical-coordinate representation of color #55E2E9: hue angle of 182.84º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E2E9 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 226 | 233 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.09 |
| HSL | 182.84º | 0.77% | 0.62% | - |
| HSV(B) | 182.84º | 0.64% | 0.91% | - |
| XYZ | 45.65 | 62.21 | 86.69 | - |
| YUV | 184.64 | 155.29 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 233 | 0.64 | 0.03 | 0 | 0.09 | 182.84 | 0.77 | 0.62 |
| Hex | 55 | E2 | E9 | 40 | 3 | 0 | 9 | B7 | 4D | 3E |
| Octal | 125 | 342 | 351 | 100 | 3 | 0 | 11 | 267 | 115 | 76 |
| Binary | 1010101 | 11100010 | 11101001 | 1000000 | 11 | 0 | 1001 | 10110111 | 1001101 | 111110 |
Color Harmonies of #55E2E9
Complementary color
Monochromatic Colors of #55E2E9
Black with #55E2E9
Text Example
Text Example
White with #55E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E2E9; }
p { color: rgb(85,226,233); }
H1.HeaderClassName
{
color: #55E2E9;
}
.AnyTagClassName
{
color: #55E2E9;
}
</style>
background-color css
<style>
a { background-color: #55E2E9; }
a { background-color: rgb(85,226,233); }
div.DivClassName
{
background-color: #55E2E9;
}
.BgClassName
{
background-color: #55E2E9;
}
</style>
border-color css
<style>
span { border-color: #55E2E9; }
span { border-color: rgb(85,226,233); }
td.TdClassName
{
border-color: #55E2E9;
}
.TagClassName
{
border-color: #55E2E9;
}
</style>