COLOR #51BDCA

HEX: #51BDCA
RGB: (81,189,202)

Renk bilgisi

#51BDCA contains mainly green and blue colors. #51BDCA ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#51BDCA color RGB value is (81,189,202).

  • kırmız ton 81;
  • yeşil ton 189;
  • mavi ton 202.
RGB:
(81,189,202)
(32%,74%,79%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 189 of 255 = 74%
B 202 of 255 = 79%

81
189
202

R + G + B ~ 62%. #51BDCA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 189 + 202 = 472 (100%)
R 81 of 472 ~ 17.16%
G 189 of 472 ~ 40.04%
B 202 of 472 ~ 42.8%

%17.16
%40.04
%42.8

CMYK RENK MODELİ

#51BDCA rengi CMYK tonu (60,6,0,21).

  • camgöbeği tonu 59.90%
  • eflatun tonu 6.44%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(60,6,0,21)
C60M6Y0K21 
(60%,6%,0%,21%)
(0.60/0.06/0.00/0.21)	

CMYK yüzdeleri

%59.9
%6.44
%0
%20.78

Codes

Color #51BDCA in popluar color models

51BDCA
RGB81189202
HSL186°53.30%55.49%
HSB/HSV186°59.90%79.22%
CMYK59.90%6.44%0.00%
20.78%

Color #51BDCA in popluar number systems.

HEX51BDCA
Decimal81189202
Binary10100011011110111001010
Octal121275312

Shades and tints

Shades of #51BDCA

#51BDCA
(81,189,202)
#4AACB8
(74,172,184)
#439BA6
(67,155,166)
#3C8A94
(60,138,148)
#357982
(53,121,130)
#2E6870
(46,104,112)
#27575E
(39,87,94)
#20464C
(32,70,76)
#19353A
(25,53,58)
#122428
(18,36,40)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #51BDCA

#51BDCA
(81,189,202)
#60C3CE
(96,195,206)
#6FC9D2
(111,201,210)
#7ECFD6
(126,207,214)
#8DD5DA
(141,213,218)
#9CDBDE
(156,219,222)
#ABE1E2
(171,225,226)
#BAE7E6
(186,231,230)
#C9EDEA
(201,237,234)
#D8F3EE
(216,243,238)
#E7F9F2
(231,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BDCA color. Also use rgb(81,189,202) instead hex code.

Text Font Color

.myTextColor { color: #51BDCA; }

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

This text font color is #51BDCA.


Background Color

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

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

This div background color is #51BDCA.


Border color

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

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

This div border color is #51BDCA.


Opacity

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

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

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

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

This text has shadow with #51BDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51BDCA on black background.


Color preview on white background

This text has color #51BDCA on white background.



Black color preview on #51BDCA background

This text has black color on #51BDCA background.


White color preview on #51BDCA background

This text has white color on #51BDCA background.