COLOR #5DE1EC

HEX: #5DE1EC RGB: (93,225,236)

Color info

#5DE1EC contains mainly green and blue colors. Web safe color of #5DE1EC is #66CCFF (or #6CF).

RGB color model

#5DE1EC color RGB value is (93,225,236).

RGB: (93,225,236) (36%, 88%, 93%)

RGB channels and saturation

R 93 of 255 = 36%
G 225 of 255 = 88%
B 236 of 255 = 93%

93
225
236

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

Portions of RGB colors in percentages

R + G + B = 93 + 225 + 236 = 554 (100%)
R 93 of 554 ~ 16.79%
G 225 of 554 ~ 40.61%
B 236 of 554 ~ 42.6'%

%16.79
%40.61
%42.6

CMYK color model

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

  • cyan value is 60.59%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (61,5,0,7)
C61M5Y0K7 (61%, 5%, 0%, 7%)
(0.61 / 0.05 / 0.00 / 0.07)

CMYK percentages

%60.59
%4.66
%0
%7.45

Codes

Color #5DE1EC in popluar color models

5D E1 EC
RGB 93 225 236
HSL 185° 79.01% 64.51%
HSB/HSV 185° 60.59% 92.55%
CMYK 60.59% 4.66% 0.00%
7.45%

Color #5DE1EC in popluar number systems.

HEX 5D E1 EC
Decimal 93 225 236
Binary 1011101 11100001 11101100
Octal 135 341 354

Shades and tints

Shades of #5DE1EC

#5DE1EC
(93,225,236)
#55CDD7
(85,205,215)
#4DB9C2
(77,185,194)
#45A5AD
(69,165,173)
#3D9198
(61,145,152)
#357D83
(53,125,131)
#2D696E
(45,105,110)
#255559
(37,85,89)
#1D4144
(29,65,68)
#152D2F
(21,45,47)
#0D191A
(13,25,26)
#000000
(0,0,0)

Tints of #5DE1EC

#5DE1EC
(93,225,236)
#6BE3ED
(107,227,237)
#79E5EE
(121,229,238)
#87E7EF
(135,231,239)
#95E9F0
(149,233,240)
#A3EBF1
(163,235,241)
#B1EDF2
(177,237,242)
#BFEFF3
(191,239,243)
#CDF1F4
(205,241,244)
#DBF3F5
(219,243,245)
#E9F5F6
(233,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE1EC color. Also use rgb(93,225,236) instead hex code.

Text Font Color

.myTextColor { color: #5DE1EC; }

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

This text font color is #5DE1EC.

Background Color

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

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

This div background color is #5DE1EC.

Border color

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

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

This div border color is #5DE1EC.

Opacity

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

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

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

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

This text has shadow with #5DE1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DE1EC.

Preview

Color preview on black background

This text has color #5DE1EC on black background.


Color preview on white background

This text has color #5DE1EC on white background.


Black color preview on #5DE1EC background

This text has black color on #5DE1EC background.


White color preview on #5DE1EC background

This text has white color on #5DE1EC background.


Related colors

Complementary color

Complementary color for #hex is #A21E13.


I love getcolorcode.com

Triadic colors

1 #EC5DE1 and #E1EC5D with #5DE1EC are triadic colors.

2 #ECE15D and #E15DEC with #5DE1EC are triadic colors.