COLOR #5ED9CF

HEX: #5ED9CF
RGB: (94,217,207)

Color info

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

RGB color model

#5ED9CF color RGB value is (94,217,207).

  • red value is 94;
  • green value is 217;
  • blue value is 207.
RGB:
(94,217,207)
(37%,85%,81%)

RGB channels and saturation

R 94 of 255 = 37%
G 217 of 255 = 85%
B 207 of 255 = 81%

94
217
207

R + G + B ~ 68%. #5ED9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 217 + 207 = 518 (100%)
R 94 of 518 ~ 18.15%
G 217 of 518 ~ 41.89%
B 207 of 518 ~ 39.96%

%18.15
%41.89
%39.96

CMYK color model

#5ED9CF color CMYK value is (57,0,5,15).

  • cyan value is 56.68%
  • magenta value is 0.00%
  • yellow value is 4.61%
  • key color value is 14.90%
CMYK:
(57,0,5,15)
C57M0Y5K15 
(57%,0%,5%,15%)
(0.57/0.00/0.05/0.15)	

CMYK percentages

%56.68
%0
%4.61
%14.9

Codes

Color #5ED9CF in popluar color models

5ED9CF
RGB94217207
HSL175°61.81%60.98%
HSB/HSV175°56.68%85.10%
CMYK56.68%0.00%4.61%
14.90%

Color #5ED9CF in popluar number systems.

HEX5ED9CF
Decimal94217207
Binary10111101101100111001111
Octal136331317

Shades and tints

Shades of #5ED9CF

#5ED9CF
(94,217,207)
#56C6BD
(86,198,189)
#4EB3AB
(78,179,171)
#46A099
(70,160,153)
#3E8D87
(62,141,135)
#367A75
(54,122,117)
#2E6763
(46,103,99)
#265451
(38,84,81)
#1E413F
(30,65,63)
#162E2D
(22,46,45)
#0E1B1B
(14,27,27)
#000000
(0,0,0)

Tints of #5ED9CF

#5ED9CF
(94,217,207)
#6CDCD3
(108,220,211)
#7ADFD7
(122,223,215)
#88E2DB
(136,226,219)
#96E5DF
(150,229,223)
#A4E8E3
(164,232,227)
#B2EBE7
(178,235,231)
#C0EEEB
(192,238,235)
#CEF1EF
(206,241,239)
#DCF4F3
(220,244,243)
#EAF7F7
(234,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ED9CF color. Also use rgb(94,217,207) instead hex code.

Text Font Color

.myTextColor { color: #5ED9CF; }

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

This text font color is #5ED9CF.


Background Color

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

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

This div background color is #5ED9CF.


Border color

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

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

This div border color is #5ED9CF.


Opacity

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

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

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

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

This text has shadow with #5ED9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ED9CF on black background.


Color preview on white background

This text has color #5ED9CF on white background.



Black color preview on #5ED9CF background

This text has black color on #5ED9CF background.


White color preview on #5ED9CF background

This text has white color on #5ED9CF background.