COLOR #5FD4DC

HEX: #5FD4DC RGB: (95,212,220)

Color info

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

RGB color model

#5FD4DC color RGB value is (95,212,220).

RGB: (95,212,220) (37%, 83%, 86%)

RGB channels and saturation

R 95 of 255 = 37%
G 212 of 255 = 83%
B 220 of 255 = 86%

95
212
220

R + G + B ~ 69%. #5FD4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 95 + 212 + 220 = 527 (100%)
R 95 of 527 ~ 18.03%
G 212 of 527 ~ 40.23%
B 220 of 527 ~ 41.75'%

%18.03
%40.23
%41.75

CMYK color model

#5FD4DC color CMYK value is (57,4,0,14).

  • cyan value is 56.82%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (57,4,0,14)
C57M4Y0K14 (57%, 4%, 0%, 14%)
(0.57 / 0.04 / 0.00 / 0.14)

CMYK percentages

%56.82
%3.64
%0
%13.73

Codes

Color #5FD4DC in popluar color models

5F D4 DC
RGB 95 212 220
HSL 184° 64.10% 61.76%
HSB/HSV 184° 56.82% 86.27%
CMYK 56.82% 3.64% 0.00%
13.73%

Color #5FD4DC in popluar number systems.

HEX 5F D4 DC
Decimal 95 212 220
Binary 1011111 11010100 11011100
Octal 137 324 334

Shades and tints

Shades of #5FD4DC

#5FD4DC
(95,212,220)
#57C1C8
(87,193,200)
#4FAEB4
(79,174,180)
#479BA0
(71,155,160)
#3F888C
(63,136,140)
#377578
(55,117,120)
#2F6264
(47,98,100)
#274F50
(39,79,80)
#1F3C3C
(31,60,60)
#172928
(23,41,40)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #5FD4DC

#5FD4DC
(95,212,220)
#6DD7DF
(109,215,223)
#7BDAE2
(123,218,226)
#89DDE5
(137,221,229)
#97E0E8
(151,224,232)
#A5E3EB
(165,227,235)
#B3E6EE
(179,230,238)
#C1E9F1
(193,233,241)
#CFECF4
(207,236,244)
#DDEFF7
(221,239,247)
#EBF2FA
(235,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FD4DC; }

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

This text font color is #5FD4DC.

Background Color

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

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

This div background color is #5FD4DC.

Border color

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

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

This div border color is #5FD4DC.

Opacity

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

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

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

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

This text has shadow with #5FD4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FD4DC.

Preview

Color preview on black background

This text has color #5FD4DC on black background.


Color preview on white background

This text has color #5FD4DC on white background.


Black color preview on #5FD4DC background

This text has black color on #5FD4DC background.


White color preview on #5FD4DC background

This text has white color on #5FD4DC background.


Related colors

Complementary color

Complementary color for #hex is #A02B23.


I love getcolorcode.com

Triadic colors

1 #DC5FD4 and #D4DC5F with #5FD4DC are triadic colors.

2 #DCD45F and #D45FDC with #5FD4DC are triadic colors.