COLOR #5DEDEB

HEX: #5DEDEB RGB: (93,237,235)

Color info

#5DEDEB contains mainly green and blue colors. Web safe color of #5DEDEB is #66FFFF (or #6FF).

RGB color model

#5DEDEB color RGB value is (93,237,235).

RGB: (93,237,235) (36%, 93%, 92%)

RGB channels and saturation

R 93 of 255 = 36%
G 237 of 255 = 93%
B 235 of 255 = 92%

93
237
235

R + G + B ~ 74%. #5DEDEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 93 + 237 + 235 = 565 (100%)
R 93 of 565 ~ 16.46%
G 237 of 565 ~ 41.95%
B 235 of 565 ~ 41.59'%

%16.46
%41.95
%41.59

CMYK color model

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

  • cyan value is 60.76%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%

CMYK: (61,0,1,7)
C61M0Y1K7 (61%, 0%, 1%, 7%)
(0.61 / 0.00 / 0.01 / 0.07)

CMYK percentages

%60.76
%0
%0.84
%7.06

Codes

Color #5DEDEB in popluar color models

5D ED EB
RGB 93 237 235
HSL 179° 80.00% 64.71%
HSB/HSV 179° 60.76% 92.94%
CMYK 60.76% 0.00% 0.84%
7.06%

Color #5DEDEB in popluar number systems.

HEX 5D ED EB
Decimal 93 237 235
Binary 1011101 11101101 11101011
Octal 135 355 353

Shades and tints

Shades of #5DEDEB

#5DEDEB
(93,237,235)
#55D8D6
(85,216,214)
#4DC3C1
(77,195,193)
#45AEAC
(69,174,172)
#3D9997
(61,153,151)
#358482
(53,132,130)
#2D6F6D
(45,111,109)
#255A58
(37,90,88)
#1D4543
(29,69,67)
#15302E
(21,48,46)
#0D1B19
(13,27,25)
#000000
(0,0,0)

Tints of #5DEDEB

#5DEDEB
(93,237,235)
#6BEEEC
(107,238,236)
#79EFED
(121,239,237)
#87F0EE
(135,240,238)
#95F1EF
(149,241,239)
#A3F2F0
(163,242,240)
#B1F3F1
(177,243,241)
#BFF4F2
(191,244,242)
#CDF5F3
(205,245,243)
#DBF6F4
(219,246,244)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DEDEB; }

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

This text font color is #5DEDEB.

Background Color

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

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

This div background color is #5DEDEB.

Border color

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

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

This div border color is #5DEDEB.

Opacity

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

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

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

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

This text has shadow with #5DEDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DEDEB.

Preview

Color preview on black background

This text has color #5DEDEB on black background.


Color preview on white background

This text has color #5DEDEB on white background.


Black color preview on #5DEDEB background

This text has black color on #5DEDEB background.


White color preview on #5DEDEB background

This text has white color on #5DEDEB background.


Related colors

Complementary color

Complementary color for #hex is #A21214.


I love getcolorcode.com

Triadic colors

1 #EB5DED and #EDEB5D with #5DEDEB are triadic colors.

2 #EBED5D and #ED5DEB with #5DEDEB are triadic colors.