COLOR #5EE6F2

HEX: #5EE6F2
RGB: (94,230,242)

Color info

#5EE6F2 contains mainly green and blue colors. Web safe color of #5EE6F2 is #66CCFF (or #6CF).

RGB color model

#5EE6F2 color RGB value is (94,230,242).

  • red value is 94;
  • green value is 230;
  • blue value is 242.
RGB:
(94,230,242)
(37%,90%,95%)

RGB channels and saturation

R 94 of 255 = 37%
G 230 of 255 = 90%
B 242 of 255 = 95%

94
230
242

R + G + B ~ 74%. #5EE6F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 230 + 242 = 566 (100%)
R 94 of 566 ~ 16.61%
G 230 of 566 ~ 40.64%
B 242 of 566 ~ 42.76%

%16.61
%40.64
%42.76

CMYK color model

#5EE6F2 color CMYK value is (61,5,0,5).

  • cyan value is 61.16%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(61,5,0,5)
C61M5Y0K5 
(61%,5%,0%,5%)
(0.61/0.05/0.00/0.05)	

CMYK percentages

%61.16
%4.96
%0
%5.1

Codes

Color #5EE6F2 in popluar color models

5EE6F2
RGB94230242
HSL185°85.06%65.88%
HSB/HSV185°61.16%94.90%
CMYK61.16%4.96%0.00%
5.10%

Color #5EE6F2 in popluar number systems.

HEX5EE6F2
Decimal94230242
Binary10111101110011011110010
Octal136346362

Shades and tints

Shades of #5EE6F2

#5EE6F2
(94,230,242)
#56D2DC
(86,210,220)
#4EBEC6
(78,190,198)
#46AAB0
(70,170,176)
#3E969A
(62,150,154)
#368284
(54,130,132)
#2E6E6E
(46,110,110)
#265A58
(38,90,88)
#1E4642
(30,70,66)
#16322C
(22,50,44)
#0E1E16
(14,30,22)
#000000
(0,0,0)

Tints of #5EE6F2

#5EE6F2
(94,230,242)
#6CE8F3
(108,232,243)
#7AEAF4
(122,234,244)
#88ECF5
(136,236,245)
#96EEF6
(150,238,246)
#A4F0F7
(164,240,247)
#B2F2F8
(178,242,248)
#C0F4F9
(192,244,249)
#CEF6FA
(206,246,250)
#DCF8FB
(220,248,251)
#EAFAFC
(234,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EE6F2 color. Also use rgb(94,230,242) instead hex code.

Text Font Color

.myTextColor { color: #5EE6F2; }

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

This text font color is #5EE6F2.


Background Color

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

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

This div background color is #5EE6F2.


Border color

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

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

This div border color is #5EE6F2.


Opacity

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

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

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

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

This text has shadow with #5EE6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EE6F2 on black background.


Color preview on white background

This text has color #5EE6F2 on white background.



Black color preview on #5EE6F2 background

This text has black color on #5EE6F2 background.


White color preview on #5EE6F2 background

This text has white color on #5EE6F2 background.