COLOR #50D5E5

HEX: #50D5E5
RGB: (80,213,229)

Color info

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

RGB color model

#50D5E5 color RGB value is (80,213,229).

  • red value is 80;
  • green value is 213;
  • blue value is 229.
RGB:
(80,213,229)
(31%,84%,90%)

RGB channels and saturation

R 80 of 255 = 31%
G 213 of 255 = 84%
B 229 of 255 = 90%

80
213
229

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

Portions of RGB colors in percentages

R + G + B =
80 + 213 + 229 = 522 (100%)
R 80 of 522 ~ 15.33%
G 213 of 522 ~ 40.8%
B 229 of 522 ~ 43.87%

%15.33
%40.8
%43.87

CMYK color model

#50D5E5 color CMYK value is (65,7,0,10).

  • cyan value is 65.07%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(65,7,0,10)
C65M7Y0K10 
(65%,7%,0%,10%)
(0.65/0.07/0.00/0.10)	

CMYK percentages

%65.07
%6.99
%0
%10.2

Codes

Color #50D5E5 in popluar color models

50D5E5
RGB80213229
HSL186°74.13%60.59%
HSB/HSV186°65.07%89.80%
CMYK65.07%6.99%0.00%
10.20%

Color #50D5E5 in popluar number systems.

HEX50D5E5
Decimal80213229
Binary10100001101010111100101
Octal120325345

Shades and tints

Shades of #50D5E5

#50D5E5
(80,213,229)
#49C2D1
(73,194,209)
#42AFBD
(66,175,189)
#3B9CA9
(59,156,169)
#348995
(52,137,149)
#2D7681
(45,118,129)
#26636D
(38,99,109)
#1F5059
(31,80,89)
#183D45
(24,61,69)
#112A31
(17,42,49)
#0A171D
(10,23,29)
#000000
(0,0,0)

Tints of #50D5E5

#50D5E5
(80,213,229)
#5FD8E7
(95,216,231)
#6EDBE9
(110,219,233)
#7DDEEB
(125,222,235)
#8CE1ED
(140,225,237)
#9BE4EF
(155,228,239)
#AAE7F1
(170,231,241)
#B9EAF3
(185,234,243)
#C8EDF5
(200,237,245)
#D7F0F7
(215,240,247)
#E6F3F9
(230,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50D5E5; }

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

This text font color is #50D5E5.


Background Color

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

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

This div background color is #50D5E5.


Border color

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

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

This div border color is #50D5E5.


Opacity

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

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

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

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

This text has shadow with #50D5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50D5E5 on black background.


Color preview on white background

This text has color #50D5E5 on white background.



Black color preview on #50D5E5 background

This text has black color on #50D5E5 background.


White color preview on #50D5E5 background

This text has white color on #50D5E5 background.