COLOR #51D6E3

HEX: #51D6E3
RGB: (81,214,227)

Color info

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

RGB color model

#51D6E3 color RGB value is (81,214,227).

  • red value is 81;
  • green value is 214;
  • blue value is 227.
RGB:
(81,214,227)
(32%,84%,89%)

RGB channels and saturation

R 81 of 255 = 32%
G 214 of 255 = 84%
B 227 of 255 = 89%

81
214
227

R + G + B ~ 68%. #51D6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 214 + 227 = 522 (100%)
R 81 of 522 ~ 15.52%
G 214 of 522 ~ 41%
B 227 of 522 ~ 43.49%

%15.52
%41
%43.49

CMYK color model

#51D6E3 color CMYK value is (64,6,0,11).

  • cyan value is 64.32%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(64,6,0,11)
C64M6Y0K11 
(64%,6%,0%,11%)
(0.64/0.06/0.00/0.11)	

CMYK percentages

%64.32
%5.73
%0
%10.98

Codes

Color #51D6E3 in popluar color models

51D6E3
RGB81214227
HSL185°72.28%60.39%
HSB/HSV185°64.32%89.02%
CMYK64.32%5.73%0.00%
10.98%

Color #51D6E3 in popluar number systems.

HEX51D6E3
Decimal81214227
Binary10100011101011011100011
Octal121326343

Shades and tints

Shades of #51D6E3

#51D6E3
(81,214,227)
#4AC3CF
(74,195,207)
#43B0BB
(67,176,187)
#3C9DA7
(60,157,167)
#358A93
(53,138,147)
#2E777F
(46,119,127)
#27646B
(39,100,107)
#205157
(32,81,87)
#193E43
(25,62,67)
#122B2F
(18,43,47)
#0B181B
(11,24,27)
#000000
(0,0,0)

Tints of #51D6E3

#51D6E3
(81,214,227)
#60D9E5
(96,217,229)
#6FDCE7
(111,220,231)
#7EDFE9
(126,223,233)
#8DE2EB
(141,226,235)
#9CE5ED
(156,229,237)
#ABE8EF
(171,232,239)
#BAEBF1
(186,235,241)
#C9EEF3
(201,238,243)
#D8F1F5
(216,241,245)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D6E3 color. Also use rgb(81,214,227) instead hex code.

Text Font Color

.myTextColor { color: #51D6E3; }

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

This text font color is #51D6E3.


Background Color

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

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

This div background color is #51D6E3.


Border color

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

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

This div border color is #51D6E3.


Opacity

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

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

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

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

This text has shadow with #51D6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D6E3 on black background.


Color preview on white background

This text has color #51D6E3 on white background.



Black color preview on #51D6E3 background

This text has black color on #51D6E3 background.


White color preview on #51D6E3 background

This text has white color on #51D6E3 background.