COLOR #5DEDE0

HEX: #5DEDE0
RGB: (93,237,224)

Color info

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

RGB color model

#5DEDE0 color RGB value is (93,237,224).

  • red value is 93;
  • green value is 237;
  • blue value is 224.
RGB:
(93,237,224)
(36%,93%,88%)

RGB channels and saturation

R 93 of 255 = 36%
G 237 of 255 = 93%
B 224 of 255 = 88%

93
237
224

R + G + B ~ 72%. #5DEDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 237 + 224 = 554 (100%)
R 93 of 554 ~ 16.79%
G 237 of 554 ~ 42.78%
B 224 of 554 ~ 40.43%

%16.79
%42.78
%40.43

CMYK color model

#5DEDE0 color CMYK value is (61,0,5,7).

  • cyan value is 60.76%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(61,0,5,7)
C61M0Y5K7 
(61%,0%,5%,7%)
(0.61/0.00/0.05/0.07)	

CMYK percentages

%60.76
%0
%5.49
%7.06

Codes

Color #5DEDE0 in popluar color models

5DEDE0
RGB93237224
HSL175°80.00%64.71%
HSB/HSV175°60.76%92.94%
CMYK60.76%0.00%5.49%
7.06%

Color #5DEDE0 in popluar number systems.

HEX5DEDE0
Decimal93237224
Binary10111011110110111100000
Octal135355340

Shades and tints

Shades of #5DEDE0

#5DEDE0
(93,237,224)
#55D8CC
(85,216,204)
#4DC3B8
(77,195,184)
#45AEA4
(69,174,164)
#3D9990
(61,153,144)
#35847C
(53,132,124)
#2D6F68
(45,111,104)
#255A54
(37,90,84)
#1D4540
(29,69,64)
#15302C
(21,48,44)
#0D1B18
(13,27,24)
#000000
(0,0,0)

Tints of #5DEDE0

#5DEDE0
(93,237,224)
#6BEEE2
(107,238,226)
#79EFE4
(121,239,228)
#87F0E6
(135,240,230)
#95F1E8
(149,241,232)
#A3F2EA
(163,242,234)
#B1F3EC
(177,243,236)
#BFF4EE
(191,244,238)
#CDF5F0
(205,245,240)
#DBF6F2
(219,246,242)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DEDE0 color. Also use rgb(93,237,224) instead hex code.

Text Font Color

.myTextColor { color: #5DEDE0; }

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

This text font color is #5DEDE0.


Background Color

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

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

This div background color is #5DEDE0.


Border color

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

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

This div border color is #5DEDE0.


Opacity

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

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

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

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

This text has shadow with #5DEDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DEDE0 on black background.


Color preview on white background

This text has color #5DEDE0 on white background.



Black color preview on #5DEDE0 background

This text has black color on #5DEDE0 background.


White color preview on #5DEDE0 background

This text has white color on #5DEDE0 background.