COLOR #55D5E4

HEX: #55D5E4
RGB: (85,213,228)

Color info

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

RGB color model

#55D5E4 color RGB value is (85,213,228).

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

RGB channels and saturation

R 85 of 255 = 33%
G 213 of 255 = 84%
B 228 of 255 = 89%

85
213
228

R + G + B ~ 69%. #55D5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 213 + 228 = 526 (100%)
R 85 of 526 ~ 16.16%
G 213 of 526 ~ 40.49%
B 228 of 526 ~ 43.35%

%16.16
%40.49
%43.35

CMYK color model

#55D5E4 color CMYK value is (63,7,0,11).

  • cyan value is 62.72%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(63,7,0,11)
C63M7Y0K11 
(63%,7%,0%,11%)
(0.63/0.07/0.00/0.11)	

CMYK percentages

%62.72
%6.58
%0
%10.59

Codes

Color #55D5E4 in popluar color models

55D5E4
RGB85213228
HSL186°72.59%61.37%
HSB/HSV186°62.72%89.41%
CMYK62.72%6.58%0.00%
10.59%

Color #55D5E4 in popluar number systems.

HEX55D5E4
Decimal85213228
Binary10101011101010111100100
Octal125325344

Shades and tints

Shades of #55D5E4

#55D5E4
(85,213,228)
#4EC2D0
(78,194,208)
#47AFBC
(71,175,188)
#409CA8
(64,156,168)
#398994
(57,137,148)
#327680
(50,118,128)
#2B636C
(43,99,108)
#245058
(36,80,88)
#1D3D44
(29,61,68)
#162A30
(22,42,48)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #55D5E4

#55D5E4
(85,213,228)
#64D8E6
(100,216,230)
#73DBE8
(115,219,232)
#82DEEA
(130,222,234)
#91E1EC
(145,225,236)
#A0E4EE
(160,228,238)
#AFE7F0
(175,231,240)
#BEEAF2
(190,234,242)
#CDEDF4
(205,237,244)
#DCF0F6
(220,240,246)
#EBF3F8
(235,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D5E4; }

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

This text font color is #55D5E4.


Background Color

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

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

This div background color is #55D5E4.


Border color

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

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

This div border color is #55D5E4.


Opacity

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

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

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

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

This text has shadow with #55D5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D5E4 on black background.


Color preview on white background

This text has color #55D5E4 on white background.



Black color preview on #55D5E4 background

This text has black color on #55D5E4 background.


White color preview on #55D5E4 background

This text has white color on #55D5E4 background.