COLOR #55E4EA

HEX: #55E4EA
RGB: (85,228,234)

Color info

#55E4EA contains mainly green and blue colors. Web safe color of #55E4EA is #66CCFF (or #6CF).

RGB color model

#55E4EA color RGB value is (85,228,234).

  • red value is 85;
  • green value is 228;
  • blue value is 234.
RGB:
(85,228,234)
(33%,89%,92%)

RGB channels and saturation

R 85 of 255 = 33%
G 228 of 255 = 89%
B 234 of 255 = 92%

85
228
234

R + G + B ~ 71%. #55E4EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 228 + 234 = 547 (100%)
R 85 of 547 ~ 15.54%
G 228 of 547 ~ 41.68%
B 234 of 547 ~ 42.78%

%15.54
%41.68
%42.78

CMYK color model

#55E4EA color CMYK value is (64,3,0,8).

  • cyan value is 63.68%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(64,3,0,8)
C64M3Y0K8 
(64%,3%,0%,8%)
(0.64/0.03/0.00/0.08)	

CMYK percentages

%63.68
%2.56
%0
%8.24

Codes

Color #55E4EA in popluar color models

55E4EA
RGB85228234
HSL182°78.01%62.55%
HSB/HSV182°63.68%91.76%
CMYK63.68%2.56%0.00%
8.24%

Color #55E4EA in popluar number systems.

HEX55E4EA
Decimal85228234
Binary10101011110010011101010
Octal125344352

Shades and tints

Shades of #55E4EA

#55E4EA
(85,228,234)
#4ED0D5
(78,208,213)
#47BCC0
(71,188,192)
#40A8AB
(64,168,171)
#399496
(57,148,150)
#328081
(50,128,129)
#2B6C6C
(43,108,108)
#245857
(36,88,87)
#1D4442
(29,68,66)
#16302D
(22,48,45)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #55E4EA

#55E4EA
(85,228,234)
#64E6EB
(100,230,235)
#73E8EC
(115,232,236)
#82EAED
(130,234,237)
#91ECEE
(145,236,238)
#A0EEEF
(160,238,239)
#AFF0F0
(175,240,240)
#BEF2F1
(190,242,241)
#CDF4F2
(205,244,242)
#DCF6F3
(220,246,243)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55E4EA color. Also use rgb(85,228,234) instead hex code.

Text Font Color

.myTextColor { color: #55E4EA; }

<p style="color:#55E4EA">This sample text font color is #55E4EA.</p>

This text font color is #55E4EA.


Background Color

.myBgColor { background-color: #55E4EA; }

<div style="background-color:#55E4EA">Inner text</div>

This div background color is #55E4EA.


Border color

.myBorderColor { border: 1px solid #55E4EA; }

<div style="border:3px solid #55E4EA">Div</div>

This div border color is #55E4EA.


Opacity

.myOpacity80 { color: #55E4EA; opacity: 0.8; }

<p style="color:#55E4EA;opacity:0.8;">80%</p>

Text with #55E4EA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #55E4EA;}

<p style="text-shadow: 3px 3px 1px #55E4EA">Text here.</p>

This text has shadow with #55E4EA color.

.textShadow {text-shadow: 3px 3px 1px #55E4EA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #55E4EA, 5px 5px 20px red">Text here.</p>

This text has shadow with #55E4EA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55E4EA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#55E4EA, Direction=45, Strength=4)">Text</p>

This text has shadow with #55E4EA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #55E4EA;
  -webkit-box-shadow:	1px 1px 3px 2px #55E4EA;
  box-shadow:		1px 1px 3px 2px #55E4EA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55E4EA;
-webkit-box-shadow: 1px 1px 3px 2px #55E4EA;
box-shadow:1px 1px 3px 2px #55E4EA;">
Div content here</div>
This div box has shadow with color #55E4EA.

Preview

Color preview on black background

This text has color #55E4EA on black background.


Color preview on white background

This text has color #55E4EA on white background.



Black color preview on #55E4EA background

This text has black color on #55E4EA background.


White color preview on #55E4EA background

This text has white color on #55E4EA background.