COLOR #52C3CC

HEX: #52C3CC
RGB: (82,195,204)

Color info

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

RGB color model

#52C3CC color RGB value is (82,195,204).

  • red value is 82;
  • green value is 195;
  • blue value is 204.
RGB:
(82,195,204)
(32%,76%,80%)

RGB channels and saturation

R 82 of 255 = 32%
G 195 of 255 = 76%
B 204 of 255 = 80%

82
195
204

R + G + B ~ 63%. #52C3CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 195 + 204 = 481 (100%)
R 82 of 481 ~ 17.05%
G 195 of 481 ~ 40.54%
B 204 of 481 ~ 42.41%

%17.05
%40.54
%42.41

CMYK color model

#52C3CC color CMYK value is (60,4,0,20).

  • cyan value is 59.80%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(60,4,0,20)
C60M4Y0K20 
(60%,4%,0%,20%)
(0.60/0.04/0.00/0.20)	

CMYK percentages

%59.8
%4.41
%0
%20

Codes

Color #52C3CC in popluar color models

52C3CC
RGB82195204
HSL184°54.46%56.08%
HSB/HSV184°59.80%80.00%
CMYK59.80%4.41%0.00%
20.00%

Color #52C3CC in popluar number systems.

HEX52C3CC
Decimal82195204
Binary10100101100001111001100
Octal122303314

Shades and tints

Shades of #52C3CC

#52C3CC
(82,195,204)
#4BB2BA
(75,178,186)
#44A1A8
(68,161,168)
#3D9096
(61,144,150)
#367F84
(54,127,132)
#2F6E72
(47,110,114)
#285D60
(40,93,96)
#214C4E
(33,76,78)
#1A3B3C
(26,59,60)
#132A2A
(19,42,42)
#0C1918
(12,25,24)
#000000
(0,0,0)

Tints of #52C3CC

#52C3CC
(82,195,204)
#61C8D0
(97,200,208)
#70CDD4
(112,205,212)
#7FD2D8
(127,210,216)
#8ED7DC
(142,215,220)
#9DDCE0
(157,220,224)
#ACE1E4
(172,225,228)
#BBE6E8
(187,230,232)
#CAEBEC
(202,235,236)
#D9F0F0
(217,240,240)
#E8F5F4
(232,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C3CC color. Also use rgb(82,195,204) instead hex code.

Text Font Color

.myTextColor { color: #52C3CC; }

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

This text font color is #52C3CC.


Background Color

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

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

This div background color is #52C3CC.


Border color

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

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

This div border color is #52C3CC.


Opacity

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

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

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

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

This text has shadow with #52C3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C3CC on black background.


Color preview on white background

This text has color #52C3CC on white background.



Black color preview on #52C3CC background

This text has black color on #52C3CC background.


White color preview on #52C3CC background

This text has white color on #52C3CC background.