COLOR #5FE3E9

HEX: #5FE3E9
RGB: (95,227,233)

Color info

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

RGB color model

#5FE3E9 color RGB value is (95,227,233).

  • red value is 95;
  • green value is 227;
  • blue value is 233.
RGB:
(95,227,233)
(37%,89%,91%)

RGB channels and saturation

R 95 of 255 = 37%
G 227 of 255 = 89%
B 233 of 255 = 91%

95
227
233

R + G + B ~ 72%. #5FE3E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 227 + 233 = 555 (100%)
R 95 of 555 ~ 17.12%
G 227 of 555 ~ 40.9%
B 233 of 555 ~ 41.98%

%17.12
%40.9
%41.98

CMYK color model

#5FE3E9 color CMYK value is (59,3,0,9).

  • cyan value is 59.23%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(59,3,0,9)
C59M3Y0K9 
(59%,3%,0%,9%)
(0.59/0.03/0.00/0.09)	

CMYK percentages

%59.23
%2.58
%0
%8.63

Codes

Color #5FE3E9 in popluar color models

5FE3E9
RGB95227233
HSL183°75.82%64.31%
HSB/HSV183°59.23%91.37%
CMYK59.23%2.58%0.00%
8.63%

Color #5FE3E9 in popluar number systems.

HEX5FE3E9
Decimal95227233
Binary10111111110001111101001
Octal137343351

Shades and tints

Shades of #5FE3E9

#5FE3E9
(95,227,233)
#57CFD4
(87,207,212)
#4FBBBF
(79,187,191)
#47A7AA
(71,167,170)
#3F9395
(63,147,149)
#377F80
(55,127,128)
#2F6B6B
(47,107,107)
#275756
(39,87,86)
#1F4341
(31,67,65)
#172F2C
(23,47,44)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #5FE3E9

#5FE3E9
(95,227,233)
#6DE5EB
(109,229,235)
#7BE7ED
(123,231,237)
#89E9EF
(137,233,239)
#97EBF1
(151,235,241)
#A5EDF3
(165,237,243)
#B3EFF5
(179,239,245)
#C1F1F7
(193,241,247)
#CFF3F9
(207,243,249)
#DDF5FB
(221,245,251)
#EBF7FD
(235,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FE3E9 color. Also use rgb(95,227,233) instead hex code.

Text Font Color

.myTextColor { color: #5FE3E9; }

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

This text font color is #5FE3E9.


Background Color

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

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

This div background color is #5FE3E9.


Border color

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

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

This div border color is #5FE3E9.


Opacity

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

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

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

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

This text has shadow with #5FE3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FE3E9 on black background.


Color preview on white background

This text has color #5FE3E9 on white background.



Black color preview on #5FE3E9 background

This text has black color on #5FE3E9 background.


White color preview on #5FE3E9 background

This text has white color on #5FE3E9 background.