COLOR #5EDFD7

HEX: #5EDFD7
RGB: (94,223,215)

Color info

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

RGB color model

#5EDFD7 color RGB value is (94,223,215).

  • red value is 94;
  • green value is 223;
  • blue value is 215.
RGB:
(94,223,215)
(37%,87%,84%)

RGB channels and saturation

R 94 of 255 = 37%
G 223 of 255 = 87%
B 215 of 255 = 84%

94
223
215

R + G + B ~ 69%. #5EDFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 223 + 215 = 532 (100%)
R 94 of 532 ~ 17.67%
G 223 of 532 ~ 41.92%
B 215 of 532 ~ 40.41%

%17.67
%41.92
%40.41

CMYK color model

#5EDFD7 color CMYK value is (58,0,4,13).

  • cyan value is 57.85%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(58,0,4,13)
C58M0Y4K13 
(58%,0%,4%,13%)
(0.58/0.00/0.04/0.13)	

CMYK percentages

%57.85
%0
%3.59
%12.55

Codes

Color #5EDFD7 in popluar color models

5EDFD7
RGB94223215
HSL176°66.84%62.16%
HSB/HSV176°57.85%87.45%
CMYK57.85%0.00%3.59%
12.55%

Color #5EDFD7 in popluar number systems.

HEX5EDFD7
Decimal94223215
Binary10111101101111111010111
Octal136337327

Shades and tints

Shades of #5EDFD7

#5EDFD7
(94,223,215)
#56CBC4
(86,203,196)
#4EB7B1
(78,183,177)
#46A39E
(70,163,158)
#3E8F8B
(62,143,139)
#367B78
(54,123,120)
#2E6765
(46,103,101)
#265352
(38,83,82)
#1E3F3F
(30,63,63)
#162B2C
(22,43,44)
#0E1719
(14,23,25)
#000000
(0,0,0)

Tints of #5EDFD7

#5EDFD7
(94,223,215)
#6CE1DA
(108,225,218)
#7AE3DD
(122,227,221)
#88E5E0
(136,229,224)
#96E7E3
(150,231,227)
#A4E9E6
(164,233,230)
#B2EBE9
(178,235,233)
#C0EDEC
(192,237,236)
#CEEFEF
(206,239,239)
#DCF1F2
(220,241,242)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EDFD7 color. Also use rgb(94,223,215) instead hex code.

Text Font Color

.myTextColor { color: #5EDFD7; }

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

This text font color is #5EDFD7.


Background Color

.myBgColor { background-color: #5EDFD7; }

<div style="background-color:#5EDFD7">Inner text</div>

This div background color is #5EDFD7.


Border color

.myBorderColor { border: 1px solid #5EDFD7; }

<div style="border:3px solid #5EDFD7">Div</div>

This div border color is #5EDFD7.


Opacity

.myOpacity80 { color: #5EDFD7; opacity: 0.8; }

<p style="color:#5EDFD7;opacity:0.8;">80%</p>

Text with #5EDFD7 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 #5EDFD7;}

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

This text has shadow with #5EDFD7 color.

.textShadow {text-shadow: 3px 3px 1px #5EDFD7, 3px 3px 1px red;}

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

This text has shadow with #5EDFD7 primary color and red secondary color.


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

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

This text has shadow with #5EDFD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EDFD7 on black background.


Color preview on white background

This text has color #5EDFD7 on white background.



Black color preview on #5EDFD7 background

This text has black color on #5EDFD7 background.


White color preview on #5EDFD7 background

This text has white color on #5EDFD7 background.