COLOR #5FD4EE

HEX: #5FD4EE
RGB: (95,212,238)

Color info

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

RGB color model

#5FD4EE color RGB value is (95,212,238).

  • red value is 95;
  • green value is 212;
  • blue value is 238.
RGB:
(95,212,238)
(37%,83%,93%)

RGB channels and saturation

R 95 of 255 = 37%
G 212 of 255 = 83%
B 238 of 255 = 93%

95
212
238

R + G + B ~ 71%. #5FD4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 212 + 238 = 545 (100%)
R 95 of 545 ~ 17.43%
G 212 of 545 ~ 38.9%
B 238 of 545 ~ 43.67%

%17.43
%38.9
%43.67

CMYK color model

#5FD4EE color CMYK value is (60,11,0,7).

  • cyan value is 60.08%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(60,11,0,7)
C60M11Y0K7 
(60%,11%,0%,7%)
(0.60/0.11/0.00/0.07)	

CMYK percentages

%60.08
%10.92
%0
%6.67

Codes

Color #5FD4EE in popluar color models

5FD4EE
RGB95212238
HSL191°80.79%65.29%
HSB/HSV191°60.08%93.33%
CMYK60.08%10.92%0.00%
6.67%

Color #5FD4EE in popluar number systems.

HEX5FD4EE
Decimal95212238
Binary10111111101010011101110
Octal137324356

Shades and tints

Shades of #5FD4EE

#5FD4EE
(95,212,238)
#57C1D9
(87,193,217)
#4FAEC4
(79,174,196)
#479BAF
(71,155,175)
#3F889A
(63,136,154)
#377585
(55,117,133)
#2F6270
(47,98,112)
#274F5B
(39,79,91)
#1F3C46
(31,60,70)
#172931
(23,41,49)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #5FD4EE

#5FD4EE
(95,212,238)
#6DD7EF
(109,215,239)
#7BDAF0
(123,218,240)
#89DDF1
(137,221,241)
#97E0F2
(151,224,242)
#A5E3F3
(165,227,243)
#B3E6F4
(179,230,244)
#C1E9F5
(193,233,245)
#CFECF6
(207,236,246)
#DDEFF7
(221,239,247)
#EBF2F8
(235,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD4EE color. Also use rgb(95,212,238) instead hex code.

Text Font Color

.myTextColor { color: #5FD4EE; }

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

This text font color is #5FD4EE.


Background Color

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

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

This div background color is #5FD4EE.


Border color

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

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

This div border color is #5FD4EE.


Opacity

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

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

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

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

This text has shadow with #5FD4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD4EE on black background.


Color preview on white background

This text has color #5FD4EE on white background.



Black color preview on #5FD4EE background

This text has black color on #5FD4EE background.


White color preview on #5FD4EE background

This text has white color on #5FD4EE background.