COLOR #50DCDC

HEX: #50DCDC RGB: (80,220,220)

Color info

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

RGB color model

#50DCDC color RGB value is (80,220,220).

RGB: (80,220,220) (31%, 86%, 86%)

RGB channels and saturation

R 80 of 255 = 31%
G 220 of 255 = 86%
B 220 of 255 = 86%

80
220
220

R + G + B ~ 68%. #50DCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 80 + 220 + 220 = 520 (100%)
R 80 of 520 ~ 15.38%
G 220 of 520 ~ 42.31%
B 220 of 520 ~ 42.31'%

%15.38
%42.31
%42.31

CMYK color model

#50DCDC color CMYK value is (64,0,0,14).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (64,0,0,14)
C64M0Y0K14 (64%, 0%, 0%, 14%)
(0.64 / 0.00 / 0.00 / 0.14)

CMYK percentages

%63.64
%0
%0
%13.73

Codes

Color #50DCDC in popluar color models

50 DC DC
RGB 80 220 220
HSL 180° 66.67% 58.82%
HSB/HSV 180° 63.64% 86.27%
CMYK 63.64% 0.00% 0.00%
13.73%

Color #50DCDC in popluar number systems.

HEX 50 DC DC
Decimal 80 220 220
Binary 1010000 11011100 11011100
Octal 120 334 334

Shades and tints

Shades of #50DCDC

#50DCDC
(80,220,220)
#49C8C8
(73,200,200)
#42B4B4
(66,180,180)
#3BA0A0
(59,160,160)
#348C8C
(52,140,140)
#2D7878
(45,120,120)
#266464
(38,100,100)
#1F5050
(31,80,80)
#183C3C
(24,60,60)
#112828
(17,40,40)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #50DCDC

#50DCDC
(80,220,220)
#5FDFDF
(95,223,223)
#6EE2E2
(110,226,226)
#7DE5E5
(125,229,229)
#8CE8E8
(140,232,232)
#9BEBEB
(155,235,235)
#AAEEEE
(170,238,238)
#B9F1F1
(185,241,241)
#C8F4F4
(200,244,244)
#D7F7F7
(215,247,247)
#E6FAFA
(230,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50DCDC color. Also use rgb(80,220,220) instead hex code.

Text Font Color

.myTextColor { color: #50DCDC; }

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

This text font color is #50DCDC.

Background Color

.myBgColor { background-color: #50DCDC; }

<div style="background-color:#50DCDC">Inner text</div>

This div background color is #50DCDC.

Border color

.myBorderColor { border: 1px solid #50DCDC; }

<div style="border:3px solid #50DCDC">Div</div>

This div border color is #50DCDC.

Opacity

.myOpacity80 { color: #50DCDC; opacity: 0.8; }

<p style="color:#50DCDC;opacity:0.8;">80%</p>

Text with #50DCDC 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 #50DCDC;}

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

This text has shadow with #50DCDC color.


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

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

This text has shadow with #50DCDC primary color and red secondary color.


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

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

This text has shadow with #50DCDC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50DCDC.

Preview

Color preview on black background

This text has color #50DCDC on black background.


Color preview on white background

This text has color #50DCDC on white background.


Black color preview on #50DCDC background

This text has black color on #50DCDC background.


White color preview on #50DCDC background

This text has white color on #50DCDC background.


Related colors

Complementary color

Complementary color for #hex is #AF2323.


I love getcolorcode.com