COLOR #5DDCDD

HEX: #5DDCDD
RGB: (93,220,221)

Color info

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

RGB color model

#5DDCDD color RGB value is (93,220,221).

  • red value is 93;
  • green value is 220;
  • blue value is 221.
RGB:
(93,220,221)
(36%,86%,87%)

RGB channels and saturation

R 93 of 255 = 36%
G 220 of 255 = 86%
B 221 of 255 = 87%

93
220
221

R + G + B ~ 70%. #5DDCDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 220 + 221 = 534 (100%)
R 93 of 534 ~ 17.42%
G 220 of 534 ~ 41.2%
B 221 of 534 ~ 41.39%

%17.42
%41.2
%41.39

CMYK color model

#5DDCDD color CMYK value is (58,0,0,13).

  • cyan value is 57.92%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(58,0,0,13)
C58M0Y0K13 
(58%,0%,0%,13%)
(0.58/0.00/0.00/0.13)	

CMYK percentages

%57.92
%0.45
%0
%13.33

Codes

Color #5DDCDD in popluar color models

5DDCDD
RGB93220221
HSL180°65.31%61.57%
HSB/HSV180°57.92%86.67%
CMYK57.92%0.45%0.00%
13.33%

Color #5DDCDD in popluar number systems.

HEX5DDCDD
Decimal93220221
Binary10111011101110011011101
Octal135334335

Shades and tints

Shades of #5DDCDD

#5DDCDD
(93,220,221)
#55C8C9
(85,200,201)
#4DB4B5
(77,180,181)
#45A0A1
(69,160,161)
#3D8C8D
(61,140,141)
#357879
(53,120,121)
#2D6465
(45,100,101)
#255051
(37,80,81)
#1D3C3D
(29,60,61)
#152829
(21,40,41)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #5DDCDD

#5DDCDD
(93,220,221)
#6BDFE0
(107,223,224)
#79E2E3
(121,226,227)
#87E5E6
(135,229,230)
#95E8E9
(149,232,233)
#A3EBEC
(163,235,236)
#B1EEEF
(177,238,239)
#BFF1F2
(191,241,242)
#CDF4F5
(205,244,245)
#DBF7F8
(219,247,248)
#E9FAFB
(233,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DDCDD color. Also use rgb(93,220,221) instead hex code.

Text Font Color

.myTextColor { color: #5DDCDD; }

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

This text font color is #5DDCDD.


Background Color

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

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

This div background color is #5DDCDD.


Border color

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

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

This div border color is #5DDCDD.


Opacity

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

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

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

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

This text has shadow with #5DDCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DDCDD on black background.


Color preview on white background

This text has color #5DDCDD on white background.



Black color preview on #5DDCDD background

This text has black color on #5DDCDD background.


White color preview on #5DDCDD background

This text has white color on #5DDCDD background.