COLOR #5FE6DF

HEX: #5FE6DF RGB: (95,230,223)

Color info

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

RGB color model

#5FE6DF color RGB value is (95,230,223).

RGB: (95,230,223) (37%, 90%, 87%)

RGB channels and saturation

R 95 of 255 = 37%
G 230 of 255 = 90%
B 223 of 255 = 87%

95
230
223

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

Portions of RGB colors in percentages

R + G + B = 95 + 230 + 223 = 548 (100%)
R 95 of 548 ~ 17.34%
G 230 of 548 ~ 41.97%
B 223 of 548 ~ 40.69'%

%17.34
%41.97
%40.69

CMYK color model

#5FE6DF color CMYK value is (59,0,3,10).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%

CMYK: (59,0,3,10)
C59M0Y3K10 (59%, 0%, 3%, 10%)
(0.59 / 0.00 / 0.03 / 0.10)

CMYK percentages

%58.7
%0
%3.04
%9.8

Codes

Color #5FE6DF in popluar color models

5F E6 DF
RGB 95 230 223
HSL 177° 72.97% 63.73%
HSB/HSV 177° 58.70% 90.20%
CMYK 58.70% 0.00% 3.04%
9.80%

Color #5FE6DF in popluar number systems.

HEX 5F E6 DF
Decimal 95 230 223
Binary 1011111 11100110 11011111
Octal 137 346 337

Shades and tints

Shades of #5FE6DF

#5FE6DF
(95,230,223)
#57D2CB
(87,210,203)
#4FBEB7
(79,190,183)
#47AAA3
(71,170,163)
#3F968F
(63,150,143)
#37827B
(55,130,123)
#2F6E67
(47,110,103)
#275A53
(39,90,83)
#1F463F
(31,70,63)
#17322B
(23,50,43)
#0F1E17
(15,30,23)
#000000
(0,0,0)

Tints of #5FE6DF

#5FE6DF
(95,230,223)
#6DE8E1
(109,232,225)
#7BEAE3
(123,234,227)
#89ECE5
(137,236,229)
#97EEE7
(151,238,231)
#A5F0E9
(165,240,233)
#B3F2EB
(179,242,235)
#C1F4ED
(193,244,237)
#CFF6EF
(207,246,239)
#DDF8F1
(221,248,241)
#EBFAF3
(235,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FE6DF color. Also use rgb(95,230,223) instead hex code.

Text Font Color

.myTextColor { color: #5FE6DF; }

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

This text font color is #5FE6DF.

Background Color

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

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

This div background color is #5FE6DF.

Border color

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

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

This div border color is #5FE6DF.

Opacity

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

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

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

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

This text has shadow with #5FE6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FE6DF.

Preview

Color preview on black background

This text has color #5FE6DF on black background.


Color preview on white background

This text has color #5FE6DF on white background.


Black color preview on #5FE6DF background

This text has black color on #5FE6DF background.


White color preview on #5FE6DF background

This text has white color on #5FE6DF background.


Related colors

Complementary color

Complementary color for #hex is #A01920.


I love getcolorcode.com

Triadic colors

1 #DF5FE6 and #E6DF5F with #5FE6DF are triadic colors.

2 #DFE65F and #E65FDF with #5FE6DF are triadic colors.