COLOR #5EF7DC

HEX: #5EF7DC
RGB: (94,247,220)

Color info

#5EF7DC contains mainly green and blue colors. Web safe color of #5EF7DC is #66FFCC (or #6FC).

RGB color model

#5EF7DC color RGB value is (94,247,220).

  • red value is 94;
  • green value is 247;
  • blue value is 220.
RGB:
(94,247,220)
(37%,97%,86%)

RGB channels and saturation

R 94 of 255 = 37%
G 247 of 255 = 97%
B 220 of 255 = 86%

94
247
220

R + G + B ~ 73%. #5EF7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 247 + 220 = 561 (100%)
R 94 of 561 ~ 16.76%
G 247 of 561 ~ 44.03%
B 220 of 561 ~ 39.22%

%16.76
%44.03
%39.22

CMYK color model

#5EF7DC color CMYK value is (62,0,11,3).

  • cyan value is 61.94%
  • magenta value is 0.00%
  • yellow value is 10.93%
  • key color value is 3.14%
CMYK:
(62,0,11,3)
C62M0Y11K3 
(62%,0%,11%,3%)
(0.62/0.00/0.11/0.03)	

CMYK percentages

%61.94
%0
%10.93
%3.14

Codes

Color #5EF7DC in popluar color models

5EF7DC
RGB94247220
HSL169°90.53%66.86%
HSB/HSV169°61.94%96.86%
CMYK61.94%0.00%10.93%
3.14%

Color #5EF7DC in popluar number systems.

HEX5EF7DC
Decimal94247220
Binary10111101111011111011100
Octal136367334

Shades and tints

Shades of #5EF7DC

#5EF7DC
(94,247,220)
#56E1C8
(86,225,200)
#4ECBB4
(78,203,180)
#46B5A0
(70,181,160)
#3E9F8C
(62,159,140)
#368978
(54,137,120)
#2E7364
(46,115,100)
#265D50
(38,93,80)
#1E473C
(30,71,60)
#163128
(22,49,40)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #5EF7DC

#5EF7DC
(94,247,220)
#6CF7DF
(108,247,223)
#7AF7E2
(122,247,226)
#88F7E5
(136,247,229)
#96F7E8
(150,247,232)
#A4F7EB
(164,247,235)
#B2F7EE
(178,247,238)
#C0F7F1
(192,247,241)
#CEF7F4
(206,247,244)
#DCF7F7
(220,247,247)
#EAF7FA
(234,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EF7DC color. Also use rgb(94,247,220) instead hex code.

Text Font Color

.myTextColor { color: #5EF7DC; }

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

This text font color is #5EF7DC.


Background Color

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

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

This div background color is #5EF7DC.


Border color

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

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

This div border color is #5EF7DC.


Opacity

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

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

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

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

This text has shadow with #5EF7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EF7DC on black background.


Color preview on white background

This text has color #5EF7DC on white background.



Black color preview on #5EF7DC background

This text has black color on #5EF7DC background.


White color preview on #5EF7DC background

This text has white color on #5EF7DC background.