COLOR #5EE4D6

HEX: #5EE4D6 RGB: (94,228,214)

Color info

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

RGB color model

#5EE4D6 color RGB value is (94,228,214).

RGB: (94,228,214) (37%, 89%, 84%)

RGB channels and saturation

R 94 of 255 = 37%
G 228 of 255 = 89%
B 214 of 255 = 84%

94
228
214

R + G + B ~ 70%. #5EE4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 228 + 214 = 536 (100%)
R 94 of 536 ~ 17.54%
G 228 of 536 ~ 42.54%
B 214 of 536 ~ 39.93'%

%17.54
%42.54
%39.93

CMYK color model

#5EE4D6 color CMYK value is (59,0,6,11).

  • cyan value is 58.77%
  • magenta value is 0.00%
  • yellow value is 6.14%
  • key color value is 10.59%

CMYK: (59,0,6,11)
C59M0Y6K11 (59%, 0%, 6%, 11%)
(0.59 / 0.00 / 0.06 / 0.11)

CMYK percentages

%58.77
%0
%6.14
%10.59

Codes

Color #5EE4D6 in popluar color models

5E E4 D6
RGB 94 228 214
HSL 174° 71.28% 63.14%
HSB/HSV 174° 58.77% 89.41%
CMYK 58.77% 0.00% 6.14%
10.59%

Color #5EE4D6 in popluar number systems.

HEX 5E E4 D6
Decimal 94 228 214
Binary 1011110 11100100 11010110
Octal 136 344 326

Shades and tints

Shades of #5EE4D6

#5EE4D6
(94,228,214)
#56D0C3
(86,208,195)
#4EBCB0
(78,188,176)
#46A89D
(70,168,157)
#3E948A
(62,148,138)
#368077
(54,128,119)
#2E6C64
(46,108,100)
#265851
(38,88,81)
#1E443E
(30,68,62)
#16302B
(22,48,43)
#0E1C18
(14,28,24)
#000000
(0,0,0)

Tints of #5EE4D6

#5EE4D6
(94,228,214)
#6CE6D9
(108,230,217)
#7AE8DC
(122,232,220)
#88EADF
(136,234,223)
#96ECE2
(150,236,226)
#A4EEE5
(164,238,229)
#B2F0E8
(178,240,232)
#C0F2EB
(192,242,235)
#CEF4EE
(206,244,238)
#DCF6F1
(220,246,241)
#EAF8F4
(234,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EE4D6; }

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

This text font color is #5EE4D6.

Background Color

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

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

This div background color is #5EE4D6.

Border color

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

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

This div border color is #5EE4D6.

Opacity

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

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

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

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

This text has shadow with #5EE4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EE4D6.

Preview

Color preview on black background

This text has color #5EE4D6 on black background.


Color preview on white background

This text has color #5EE4D6 on white background.


Black color preview on #5EE4D6 background

This text has black color on #5EE4D6 background.


White color preview on #5EE4D6 background

This text has white color on #5EE4D6 background.


Related colors

Complementary color

Complementary color for #hex is #A11B29.


I love getcolorcode.com

Triadic colors

1 #D65EE4 and #E4D65E with #5EE4D6 are triadic colors.

2 #D6E45E and #E45ED6 with #5EE4D6 are triadic colors.