COLOR #55DFD5

HEX: #55DFD5
RGB: (85,223,213)

Color info

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

RGB color model

#55DFD5 color RGB value is (85,223,213).

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

RGB channels and saturation

R 85 of 255 = 33%
G 223 of 255 = 87%
B 213 of 255 = 84%

85
223
213

R + G + B ~ 68%. #55DFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 223 + 213 = 521 (100%)
R 85 of 521 ~ 16.31%
G 223 of 521 ~ 42.8%
B 213 of 521 ~ 40.88%

%16.31
%42.8
%40.88

CMYK color model

#55DFD5 color CMYK value is (62,0,4,13).

  • cyan value is 61.88%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(62,0,4,13)
C62M0Y4K13 
(62%,0%,4%,13%)
(0.62/0.00/0.04/0.13)	

CMYK percentages

%61.88
%0
%4.48
%12.55

Codes

Color #55DFD5 in popluar color models

55DFD5
RGB85223213
HSL176°68.32%60.39%
HSB/HSV176°61.88%87.45%
CMYK61.88%0.00%4.48%
12.55%

Color #55DFD5 in popluar number systems.

HEX55DFD5
Decimal85223213
Binary10101011101111111010101
Octal125337325

Shades and tints

Shades of #55DFD5

#55DFD5
(85,223,213)
#4ECBC2
(78,203,194)
#47B7AF
(71,183,175)
#40A39C
(64,163,156)
#398F89
(57,143,137)
#327B76
(50,123,118)
#2B6763
(43,103,99)
#245350
(36,83,80)
#1D3F3D
(29,63,61)
#162B2A
(22,43,42)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #55DFD5

#55DFD5
(85,223,213)
#64E1D8
(100,225,216)
#73E3DB
(115,227,219)
#82E5DE
(130,229,222)
#91E7E1
(145,231,225)
#A0E9E4
(160,233,228)
#AFEBE7
(175,235,231)
#BEEDEA
(190,237,234)
#CDEFED
(205,239,237)
#DCF1F0
(220,241,240)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55DFD5; }

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

This text font color is #55DFD5.


Background Color

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

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

This div background color is #55DFD5.


Border color

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

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

This div border color is #55DFD5.


Opacity

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

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

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

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

This text has shadow with #55DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DFD5 on black background.


Color preview on white background

This text has color #55DFD5 on white background.



Black color preview on #55DFD5 background

This text has black color on #55DFD5 background.


White color preview on #55DFD5 background

This text has white color on #55DFD5 background.