COLOR #55EEEE

HEX: #55EEEE RGB: (85,238,238)

Color info

#55EEEE contains mainly green and blue colors. Web safe color of #55EEEE is #66FFFF (or #6FF).

RGB color model

#55EEEE color RGB value is (85,238,238).

RGB: (85,238,238) (33%, 93%, 93%)

RGB channels and saturation

R 85 of 255 = 33%
G 238 of 255 = 93%
B 238 of 255 = 93%

85
238
238

R + G + B ~ 73%. #55EEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 238 + 238 = 561 (100%)
R 85 of 561 ~ 15.15%
G 238 of 561 ~ 42.42%
B 238 of 561 ~ 42.42'%

%15.15
%42.42
%42.42

CMYK color model

#55EEEE color CMYK value is (64,0,0,7).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (64,0,0,7)
C64M0Y0K7 (64%, 0%, 0%, 7%)
(0.64 / 0.00 / 0.00 / 0.07)

CMYK percentages

%64.29
%0
%0
%6.67

Codes

Color #55EEEE in popluar color models

55 EE EE
RGB 85 238 238
HSL 180° 81.82% 63.33%
HSB/HSV 180° 64.29% 93.33%
CMYK 64.29% 0.00% 0.00%
6.67%

Color #55EEEE in popluar number systems.

HEX 55 EE EE
Decimal 85 238 238
Binary 1010101 11101110 11101110
Octal 125 356 356

Shades and tints

Shades of #55EEEE

#55EEEE
(85,238,238)
#4ED9D9
(78,217,217)
#47C4C4
(71,196,196)
#40AFAF
(64,175,175)
#399A9A
(57,154,154)
#328585
(50,133,133)
#2B7070
(43,112,112)
#245B5B
(36,91,91)
#1D4646
(29,70,70)
#163131
(22,49,49)
#0F1C1C
(15,28,28)
#000000
(0,0,0)

Tints of #55EEEE

#55EEEE
(85,238,238)
#64EFEF
(100,239,239)
#73F0F0
(115,240,240)
#82F1F1
(130,241,241)
#91F2F2
(145,242,242)
#A0F3F3
(160,243,243)
#AFF4F4
(175,244,244)
#BEF5F5
(190,245,245)
#CDF6F6
(205,246,246)
#DCF7F7
(220,247,247)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55EEEE; }

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

This text font color is #55EEEE.

Background Color

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

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

This div background color is #55EEEE.

Border color

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

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

This div border color is #55EEEE.

Opacity

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

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

Text with #55EEEE 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 #55EEEE;}

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

This text has shadow with #55EEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55EEEE.

Preview

Color preview on black background

This text has color #55EEEE on black background.


Color preview on white background

This text has color #55EEEE on white background.


Black color preview on #55EEEE background

This text has black color on #55EEEE background.


White color preview on #55EEEE background

This text has white color on #55EEEE background.


Related colors

Complementary color

Complementary color for #hex is #AA1111.


I love getcolorcode.com