COLOR #50E5CF

HEX: #50E5CF
RGB: (80,229,207)

Color info

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

RGB color model

#50E5CF color RGB value is (80,229,207).

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

RGB channels and saturation

R 80 of 255 = 31%
G 229 of 255 = 90%
B 207 of 255 = 81%

80
229
207

R + G + B ~ 67%. #50E5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 229 + 207 = 516 (100%)
R 80 of 516 ~ 15.5%
G 229 of 516 ~ 44.38%
B 207 of 516 ~ 40.12%

%15.5
%44.38
%40.12

CMYK color model

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

  • cyan value is 65.07%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(65,0,10,10)
C65M0Y10K10 
(65%,0%,10%,10%)
(0.65/0.00/0.10/0.10)	

CMYK percentages

%65.07
%0
%9.61
%10.2

Codes

Color #50E5CF in popluar color models

50E5CF
RGB80229207
HSL171°74.13%60.59%
HSB/HSV171°65.07%89.80%
CMYK65.07%0.00%9.61%
10.20%

Color #50E5CF in popluar number systems.

HEX50E5CF
Decimal80229207
Binary10100001110010111001111
Octal120345317

Shades and tints

Shades of #50E5CF

#50E5CF
(80,229,207)
#49D1BD
(73,209,189)
#42BDAB
(66,189,171)
#3BA999
(59,169,153)
#349587
(52,149,135)
#2D8175
(45,129,117)
#266D63
(38,109,99)
#1F5951
(31,89,81)
#18453F
(24,69,63)
#11312D
(17,49,45)
#0A1D1B
(10,29,27)
#000000
(0,0,0)

Tints of #50E5CF

#50E5CF
(80,229,207)
#5FE7D3
(95,231,211)
#6EE9D7
(110,233,215)
#7DEBDB
(125,235,219)
#8CEDDF
(140,237,223)
#9BEFE3
(155,239,227)
#AAF1E7
(170,241,231)
#B9F3EB
(185,243,235)
#C8F5EF
(200,245,239)
#D7F7F3
(215,247,243)
#E6F9F7
(230,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50E5CF; }

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

This text font color is #50E5CF.


Background Color

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

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

This div background color is #50E5CF.


Border color

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

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

This div border color is #50E5CF.


Opacity

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

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

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

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

This text has shadow with #50E5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E5CF on black background.


Color preview on white background

This text has color #50E5CF on white background.



Black color preview on #50E5CF background

This text has black color on #50E5CF background.


White color preview on #50E5CF background

This text has white color on #50E5CF background.