COLOR #52DBCB

HEX: #52DBCB
RGB: (82,219,203)

Color info

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

RGB color model

#52DBCB color RGB value is (82,219,203).

  • red value is 82;
  • green value is 219;
  • blue value is 203.
RGB:
(82,219,203)
(32%,86%,80%)

RGB channels and saturation

R 82 of 255 = 32%
G 219 of 255 = 86%
B 203 of 255 = 80%

82
219
203

R + G + B ~ 66%. #52DBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 219 + 203 = 504 (100%)
R 82 of 504 ~ 16.27%
G 219 of 504 ~ 43.45%
B 203 of 504 ~ 40.28%

%16.27
%43.45
%40.28

CMYK color model

#52DBCB color CMYK value is (63,0,7,14).

  • cyan value is 62.56%
  • magenta value is 0.00%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK:
(63,0,7,14)
C63M0Y7K14 
(63%,0%,7%,14%)
(0.63/0.00/0.07/0.14)	

CMYK percentages

%62.56
%0
%7.31
%14.12

Codes

Color #52DBCB in popluar color models

52DBCB
RGB82219203
HSL173°65.55%59.02%
HSB/HSV173°62.56%85.88%
CMYK62.56%0.00%7.31%
14.12%

Color #52DBCB in popluar number systems.

HEX52DBCB
Decimal82219203
Binary10100101101101111001011
Octal122333313

Shades and tints

Shades of #52DBCB

#52DBCB
(82,219,203)
#4BC8B9
(75,200,185)
#44B5A7
(68,181,167)
#3DA295
(61,162,149)
#368F83
(54,143,131)
#2F7C71
(47,124,113)
#28695F
(40,105,95)
#21564D
(33,86,77)
#1A433B
(26,67,59)
#133029
(19,48,41)
#0C1D17
(12,29,23)
#000000
(0,0,0)

Tints of #52DBCB

#52DBCB
(82,219,203)
#61DECF
(97,222,207)
#70E1D3
(112,225,211)
#7FE4D7
(127,228,215)
#8EE7DB
(142,231,219)
#9DEADF
(157,234,223)
#ACEDE3
(172,237,227)
#BBF0E7
(187,240,231)
#CAF3EB
(202,243,235)
#D9F6EF
(217,246,239)
#E8F9F3
(232,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52DBCB color. Also use rgb(82,219,203) instead hex code.

Text Font Color

.myTextColor { color: #52DBCB; }

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

This text font color is #52DBCB.


Background Color

.myBgColor { background-color: #52DBCB; }

<div style="background-color:#52DBCB">Inner text</div>

This div background color is #52DBCB.


Border color

.myBorderColor { border: 1px solid #52DBCB; }

<div style="border:3px solid #52DBCB">Div</div>

This div border color is #52DBCB.


Opacity

.myOpacity80 { color: #52DBCB; opacity: 0.8; }

<p style="color:#52DBCB;opacity:0.8;">80%</p>

Text with #52DBCB 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 #52DBCB;}

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

This text has shadow with #52DBCB color.

.textShadow {text-shadow: 3px 3px 1px #52DBCB, 3px 3px 1px red;}

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

This text has shadow with #52DBCB primary color and red secondary color.


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

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

This text has shadow with #52DBCB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52DBCB on black background.


Color preview on white background

This text has color #52DBCB on white background.



Black color preview on #52DBCB background

This text has black color on #52DBCB background.


White color preview on #52DBCB background

This text has white color on #52DBCB background.