COLOR #55E5DD

HEX: #55E5DD RGB: (85,229,221)

Color info

#55E5DD contains mainly green and blue colors. Web safe color of #55E5DD is #66CCCC (or #6CC).

RGB color model

#55E5DD color RGB value is (85,229,221).

RGB: (85,229,221) (33%, 90%, 87%)

RGB channels and saturation

R 85 of 255 = 33%
G 229 of 255 = 90%
B 221 of 255 = 87%

85
229
221

R + G + B ~ 70%. #55E5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 229 + 221 = 535 (100%)
R 85 of 535 ~ 15.89%
G 229 of 535 ~ 42.8%
B 221 of 535 ~ 41.31'%

%15.89
%42.8
%41.31

CMYK color model

#55E5DD color CMYK value is (63,0,3,10).

  • cyan value is 62.88%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (63,0,3,10)
C63M0Y3K10 (63%, 0%, 3%, 10%)
(0.63 / 0.00 / 0.03 / 0.10)

CMYK percentages

%62.88
%0
%3.49
%10.2

Codes

Color #55E5DD in popluar color models

55 E5 DD
RGB 85 229 221
HSL 177° 73.47% 61.57%
HSB/HSV 177° 62.88% 89.80%
CMYK 62.88% 0.00% 3.49%
10.20%

Color #55E5DD in popluar number systems.

HEX 55 E5 DD
Decimal 85 229 221
Binary 1010101 11100101 11011101
Octal 125 345 335

Shades and tints

Shades of #55E5DD

#55E5DD
(85,229,221)
#4ED1C9
(78,209,201)
#47BDB5
(71,189,181)
#40A9A1
(64,169,161)
#39958D
(57,149,141)
#328179
(50,129,121)
#2B6D65
(43,109,101)
#245951
(36,89,81)
#1D453D
(29,69,61)
#163129
(22,49,41)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #55E5DD

#55E5DD
(85,229,221)
#64E7E0
(100,231,224)
#73E9E3
(115,233,227)
#82EBE6
(130,235,230)
#91EDE9
(145,237,233)
#A0EFEC
(160,239,236)
#AFF1EF
(175,241,239)
#BEF3F2
(190,243,242)
#CDF5F5
(205,245,245)
#DCF7F8
(220,247,248)
#EBF9FB
(235,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55E5DD; }

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

This text font color is #55E5DD.

Background Color

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

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

This div background color is #55E5DD.

Border color

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

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

This div border color is #55E5DD.

Opacity

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

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

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

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

This text has shadow with #55E5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55E5DD.

Preview

Color preview on black background

This text has color #55E5DD on black background.


Color preview on white background

This text has color #55E5DD on white background.


Black color preview on #55E5DD background

This text has black color on #55E5DD background.


White color preview on #55E5DD background

This text has white color on #55E5DD background.


Related colors

Complementary color

Complementary color for #hex is #AA1A22.


I love getcolorcode.com

Triadic colors

1 #DD55E5 and #E5DD55 with #55E5DD are triadic colors.

2 #DDE555 and #E555DD with #55E5DD are triadic colors.