COLOR #5DE7DA

HEX: #5DE7DA
RGB: (93,231,218)

Color info

#5DE7DA contains mainly green and blue colors. Web safe color of #5DE7DA is #66FFCC (or #6FC).

RGB color model

#5DE7DA color RGB value is (93,231,218).

  • red value is 93;
  • green value is 231;
  • blue value is 218.
RGB:
(93,231,218)
(36%,91%,85%)

RGB channels and saturation

R 93 of 255 = 36%
G 231 of 255 = 91%
B 218 of 255 = 85%

93
231
218

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

Portions of RGB colors in percentages

R + G + B =
93 + 231 + 218 = 542 (100%)
R 93 of 542 ~ 17.16%
G 231 of 542 ~ 42.62%
B 218 of 542 ~ 40.22%

%17.16
%42.62
%40.22

CMYK color model

#5DE7DA color CMYK value is (60,0,6,9).

  • cyan value is 59.74%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 9.41%
CMYK:
(60,0,6,9)
C60M0Y6K9 
(60%,0%,6%,9%)
(0.60/0.00/0.06/0.09)	

CMYK percentages

%59.74
%0
%5.63
%9.41

Codes

Color #5DE7DA in popluar color models

5DE7DA
RGB93231218
HSL174°74.19%63.53%
HSB/HSV174°59.74%90.59%
CMYK59.74%0.00%5.63%
9.41%

Color #5DE7DA in popluar number systems.

HEX5DE7DA
Decimal93231218
Binary10111011110011111011010
Octal135347332

Shades and tints

Shades of #5DE7DA

#5DE7DA
(93,231,218)
#55D2C7
(85,210,199)
#4DBDB4
(77,189,180)
#45A8A1
(69,168,161)
#3D938E
(61,147,142)
#357E7B
(53,126,123)
#2D6968
(45,105,104)
#255455
(37,84,85)
#1D3F42
(29,63,66)
#152A2F
(21,42,47)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #5DE7DA

#5DE7DA
(93,231,218)
#6BE9DD
(107,233,221)
#79EBE0
(121,235,224)
#87EDE3
(135,237,227)
#95EFE6
(149,239,230)
#A3F1E9
(163,241,233)
#B1F3EC
(177,243,236)
#BFF5EF
(191,245,239)
#CDF7F2
(205,247,242)
#DBF9F5
(219,249,245)
#E9FBF8
(233,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE7DA color. Also use rgb(93,231,218) instead hex code.

Text Font Color

.myTextColor { color: #5DE7DA; }

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

This text font color is #5DE7DA.


Background Color

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

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

This div background color is #5DE7DA.


Border color

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

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

This div border color is #5DE7DA.


Opacity

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

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

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

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

This text has shadow with #5DE7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE7DA on black background.


Color preview on white background

This text has color #5DE7DA on white background.



Black color preview on #5DE7DA background

This text has black color on #5DE7DA background.


White color preview on #5DE7DA background

This text has white color on #5DE7DA background.