COLOR #5ED6DF

HEX: #5ED6DF
RGB: (94,214,223)

Color info

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

RGB color model

#5ED6DF color RGB value is (94,214,223).

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

RGB channels and saturation

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

94
214
223

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

Portions of RGB colors in percentages

R + G + B =
94 + 214 + 223 = 531 (100%)
R 94 of 531 ~ 17.7%
G 214 of 531 ~ 40.3%
B 223 of 531 ~ 42%

%17.7
%40.3
%42

CMYK color model

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

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

CMYK percentages

%57.85
%4.04
%0
%12.55

Codes

Color #5ED6DF in popluar color models

5ED6DF
RGB94214223
HSL184°66.84%62.16%
HSB/HSV184°57.85%87.45%
CMYK57.85%4.04%0.00%
12.55%

Color #5ED6DF in popluar number systems.

HEX5ED6DF
Decimal94214223
Binary10111101101011011011111
Octal136326337

Shades and tints

Shades of #5ED6DF

#5ED6DF
(94,214,223)
#56C3CB
(86,195,203)
#4EB0B7
(78,176,183)
#469DA3
(70,157,163)
#3E8A8F
(62,138,143)
#36777B
(54,119,123)
#2E6467
(46,100,103)
#265153
(38,81,83)
#1E3E3F
(30,62,63)
#162B2B
(22,43,43)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #5ED6DF

#5ED6DF
(94,214,223)
#6CD9E1
(108,217,225)
#7ADCE3
(122,220,227)
#88DFE5
(136,223,229)
#96E2E7
(150,226,231)
#A4E5E9
(164,229,233)
#B2E8EB
(178,232,235)
#C0EBED
(192,235,237)
#CEEEEF
(206,238,239)
#DCF1F1
(220,241,241)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ED6DF; }

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

This text font color is #5ED6DF.


Background Color

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

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

This div background color is #5ED6DF.


Border color

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

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

This div border color is #5ED6DF.


Opacity

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

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

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

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

This text has shadow with #5ED6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ED6DF on black background.


Color preview on white background

This text has color #5ED6DF on white background.



Black color preview on #5ED6DF background

This text has black color on #5ED6DF background.


White color preview on #5ED6DF background

This text has white color on #5ED6DF background.