#55E1E8

Color #55E1E8 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #55E1E8

Tints of Turquoise Blue #55E1E8

Color information

#55E1E8 (or 0x55E1E8) is unknown color: approx Turquoise Blue. HEX triplet: 55, E1 and E8. RGB value is (85,225,232). Sum of RGB (Red+Green+Blue) = 85+225+232=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #55E1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E1E8 is #AA1E17. Grayscale: #B7B7B7. Windows color (decimal): -11148824 or 15262037. OLE color: 15262037.

HSL color Cylindrical-coordinate representation of color #55E1E8: hue angle of 182.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E1E8 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85225232-
CMYK0.630.0300.09
HSL182.86º76.17%62.16%-
HSV(B)182.86º63.36%90.98%-
XYZ45.2461.6185.85-
YUV183.94155.1257.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 15.68%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 232 (91.02% from 255) = 42.80%
R=15.68%
G=41.51%
B=42.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852252320.630.0300.09182.8676.1762.16
Hex55E1E83F309b74c3e
Octal12534135077301126711476
Binary101010111100001111010001111111101001101101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55E1E8; }

 p { color: rgb(85,225,232); }

 H1.HeaderClassName
 {
   color: #55E1E8;
 }
 .AnyTagClassName
 {
   color: #55E1E8;
 }
</style>
background-color css

<style>
 a { background-color: #55E1E8; }

 a { background-color: rgb(85,225,232); }

 div.DivClassName
 {
   background-color: #55E1E8;
 }
 .BgClassName
 {
   background-color: #55E1E8;
 }
</style>
border-color css

<style>
 span { border-color: #55E1E8; }

 span { border-color: rgb(85,225,232); }

 td.TdClassName
 {
   border-color: #55E1E8;
 }
 .TagClassName
 {
   border-color: #55E1E8;
 }
</style>