COLOR #51E5DB

HEX: #51E5DB
RGB: (81,229,219)

Color info

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

RGB color model

#51E5DB color RGB value is (81,229,219).

  • red value is 81;
  • green value is 229;
  • blue value is 219.
RGB:
(81,229,219)
(32%,90%,86%)

RGB channels and saturation

R 81 of 255 = 32%
G 229 of 255 = 90%
B 219 of 255 = 86%

81
229
219

R + G + B ~ 69%. #51E5DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 229 + 219 = 529 (100%)
R 81 of 529 ~ 15.31%
G 229 of 529 ~ 43.29%
B 219 of 529 ~ 41.4%

%15.31
%43.29
%41.4

CMYK color model

#51E5DB color CMYK value is (65,0,4,10).

  • cyan value is 64.63%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(65,0,4,10)
C65M0Y4K10 
(65%,0%,4%,10%)
(0.65/0.00/0.04/0.10)	

CMYK percentages

%64.63
%0
%4.37
%10.2

Codes

Color #51E5DB in popluar color models

51E5DB
RGB81229219
HSL176°74.00%60.78%
HSB/HSV176°64.63%89.80%
CMYK64.63%0.00%4.37%
10.20%

Color #51E5DB in popluar number systems.

HEX51E5DB
Decimal81229219
Binary10100011110010111011011
Octal121345333

Shades and tints

Shades of #51E5DB

#51E5DB
(81,229,219)
#4AD1C8
(74,209,200)
#43BDB5
(67,189,181)
#3CA9A2
(60,169,162)
#35958F
(53,149,143)
#2E817C
(46,129,124)
#276D69
(39,109,105)
#205956
(32,89,86)
#194543
(25,69,67)
#123130
(18,49,48)
#0B1D1D
(11,29,29)
#000000
(0,0,0)

Tints of #51E5DB

#51E5DB
(81,229,219)
#60E7DE
(96,231,222)
#6FE9E1
(111,233,225)
#7EEBE4
(126,235,228)
#8DEDE7
(141,237,231)
#9CEFEA
(156,239,234)
#ABF1ED
(171,241,237)
#BAF3F0
(186,243,240)
#C9F5F3
(201,245,243)
#D8F7F6
(216,247,246)
#E7F9F9
(231,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51E5DB color. Also use rgb(81,229,219) instead hex code.

Text Font Color

.myTextColor { color: #51E5DB; }

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

This text font color is #51E5DB.


Background Color

.myBgColor { background-color: #51E5DB; }

<div style="background-color:#51E5DB">Inner text</div>

This div background color is #51E5DB.


Border color

.myBorderColor { border: 1px solid #51E5DB; }

<div style="border:3px solid #51E5DB">Div</div>

This div border color is #51E5DB.


Opacity

.myOpacity80 { color: #51E5DB; opacity: 0.8; }

<p style="color:#51E5DB;opacity:0.8;">80%</p>

Text with #51E5DB 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 #51E5DB;}

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

This text has shadow with #51E5DB color.

.textShadow {text-shadow: 3px 3px 1px #51E5DB, 3px 3px 1px red;}

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

This text has shadow with #51E5DB primary color and red secondary color.


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

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

This text has shadow with #51E5DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51E5DB on black background.


Color preview on white background

This text has color #51E5DB on white background.



Black color preview on #51E5DB background

This text has black color on #51E5DB background.


White color preview on #51E5DB background

This text has white color on #51E5DB background.