COLOR #5DD8D7

HEX: #5DD8D7
RGB: (93,216,215)

Color info

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

RGB color model

#5DD8D7 color RGB value is (93,216,215).

  • red value is 93;
  • green value is 216;
  • blue value is 215.
RGB:
(93,216,215)
(36%,85%,84%)

RGB channels and saturation

R 93 of 255 = 36%
G 216 of 255 = 85%
B 215 of 255 = 84%

93
216
215

R + G + B ~ 68%. #5DD8D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 216 + 215 = 524 (100%)
R 93 of 524 ~ 17.75%
G 216 of 524 ~ 41.22%
B 215 of 524 ~ 41.03%

%17.75
%41.22
%41.03

CMYK color model

#5DD8D7 color CMYK value is (57,0,0,15).

  • cyan value is 56.94%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 15.29%
CMYK:
(57,0,0,15)
C57M0Y0K15 
(57%,0%,0%,15%)
(0.57/0.00/0.00/0.15)	

CMYK percentages

%56.94
%0
%0.46
%15.29

Codes

Color #5DD8D7 in popluar color models

5DD8D7
RGB93216215
HSL180°61.19%60.59%
HSB/HSV180°56.94%84.71%
CMYK56.94%0.00%0.46%
15.29%

Color #5DD8D7 in popluar number systems.

HEX5DD8D7
Decimal93216215
Binary10111011101100011010111
Octal135330327

Shades and tints

Shades of #5DD8D7

#5DD8D7
(93,216,215)
#55C5C4
(85,197,196)
#4DB2B1
(77,178,177)
#459F9E
(69,159,158)
#3D8C8B
(61,140,139)
#357978
(53,121,120)
#2D6665
(45,102,101)
#255352
(37,83,82)
#1D403F
(29,64,63)
#152D2C
(21,45,44)
#0D1A19
(13,26,25)
#000000
(0,0,0)

Tints of #5DD8D7

#5DD8D7
(93,216,215)
#6BDBDA
(107,219,218)
#79DEDD
(121,222,221)
#87E1E0
(135,225,224)
#95E4E3
(149,228,227)
#A3E7E6
(163,231,230)
#B1EAE9
(177,234,233)
#BFEDEC
(191,237,236)
#CDF0EF
(205,240,239)
#DBF3F2
(219,243,242)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD8D7 color. Also use rgb(93,216,215) instead hex code.

Text Font Color

.myTextColor { color: #5DD8D7; }

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

This text font color is #5DD8D7.


Background Color

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

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

This div background color is #5DD8D7.


Border color

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

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

This div border color is #5DD8D7.


Opacity

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

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

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

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

This text has shadow with #5DD8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD8D7 on black background.


Color preview on white background

This text has color #5DD8D7 on white background.



Black color preview on #5DD8D7 background

This text has black color on #5DD8D7 background.


White color preview on #5DD8D7 background

This text has white color on #5DD8D7 background.