Shades of Turquoise Blue #55E5E6
Tints of Turquoise Blue #55E5E6
RGB
CMYK
RGB Variations
Color information
#55E5E6 (or 0x55E5E6) is known color: Turquoise Blue. HEX triplet: 55, E5 and E6. RGB value is (85,229,230). Sum of RGB (Red+Green+Blue) = 85+229+230=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #55E5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E5E6 is #AA1A19. Grayscale: #B9B9B9. Windows color (decimal): -11147802 or 15131989. OLE color: 15131989.
HSL color Cylindrical-coordinate representation of color #55E5E6: hue angle of 180.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E5E6 is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 229 | 230 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.10 |
| HSL | 180.41º | 0.74% | 0.62% | - |
| HSV(B) | 180.41º | 0.63% | 0.9% | - |
| XYZ | 46.05 | 63.68 | 84.73 | - |
| YUV | 186.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 230 | 0.63 | 0.00 | 0 | 0.10 | 180.41 | 0.74 | 0.62 |
| Hex | 55 | E5 | E6 | 3F | 0 | 0 | A | B4 | 4A | 3E |
| Octal | 125 | 345 | 346 | 77 | 0 | 0 | 12 | 264 | 112 | 76 |
| Binary | 1010101 | 11100101 | 11100110 | 111111 | 0 | 0 | 1010 | 10110100 | 1001010 | 111110 |
Color Harmonies of #55E5E6
Complementary color
Monochromatic Colors of #55E5E6
Black with #55E5E6
Text Example
Text Example
White with #55E5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E5E6; }
p { color: rgb(85,229,230); }
H1.HeaderClassName
{
color: #55E5E6;
}
.AnyTagClassName
{
color: #55E5E6;
}
</style>
background-color css
<style>
a { background-color: #55E5E6; }
a { background-color: rgb(85,229,230); }
div.DivClassName
{
background-color: #55E5E6;
}
.BgClassName
{
background-color: #55E5E6;
}
</style>
border-color css
<style>
span { border-color: #55E5E6; }
span { border-color: rgb(85,229,230); }
td.TdClassName
{
border-color: #55E5E6;
}
.TagClassName
{
border-color: #55E5E6;
}
</style>