COLOR #52EDDC

HEX: #52EDDC RGB: (82,237,220)

Color info

#52EDDC contains mainly green and blue colors. Web safe color of #52EDDC is #66FFCC (or #6FC).

RGB color model

#52EDDC color RGB value is (82,237,220).

RGB: (82,237,220) (32%, 93%, 86%)

RGB channels and saturation

R 82 of 255 = 32%
G 237 of 255 = 93%
B 220 of 255 = 86%

82
237
220

R + G + B ~ 70%. #52EDDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 82 + 237 + 220 = 539 (100%)
R 82 of 539 ~ 15.21%
G 237 of 539 ~ 43.97%
B 220 of 539 ~ 40.82'%

%15.21
%43.97
%40.82

CMYK color model

#52EDDC color CMYK value is (65,0,7,7).

  • cyan value is 65.40%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK: (65,0,7,7) C65M0Y7K7 (65%,0%,7%,7%) (0.65/0.00/0.07/0.07) 

CMYK percentages

%65.4
%0
%7.17
%7.06

Codes

Color #52EDDC in popluar color models

52 ED DC
RGB 82 237 220
HSL 173° 81.15% 62.55%
HSB/HSV 173° 65.40% 92.94%
CMYK 65.40% 0.00% 7.17%
7.06%

Color #52EDDC in popluar number systems.

HEX 52 ED DC
Decimal 82 237 220
Binary 1010010 11101101 11011100
Octal 122 355 334

Shades and tints

Shades of #52EDDC

#52EDDC
(82,237,220)
#4BD8C8
(75,216,200)
#44C3B4
(68,195,180)
#3DAEA0
(61,174,160)
#36998C
(54,153,140)
#2F8478
(47,132,120)
#286F64
(40,111,100)
#215A50
(33,90,80)
#1A453C
(26,69,60)
#133028
(19,48,40)
#0C1B14
(12,27,20)
#000000
(0,0,0)

Tints of #52EDDC

#52EDDC
(82,237,220)
#61EEDF
(97,238,223)
#70EFE2
(112,239,226)
#7FF0E5
(127,240,229)
#8EF1E8
(142,241,232)
#9DF2EB
(157,242,235)
#ACF3EE
(172,243,238)
#BBF4F1
(187,244,241)
#CAF5F4
(202,245,244)
#D9F6F7
(217,246,247)
#E8F7FA
(232,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52EDDC color. Also use rgb(82,237,220) instead hex code.

Text Font Color

.myTextColor { color: #52EDDC; }

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

This text font color is #52EDDC.

Background Color

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

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

This div background color is #52EDDC.

Border color

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

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

This div border color is #52EDDC.

Opacity

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

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

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

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

This text has shadow with #52EDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52EDDC.

Preview

Color preview on black background

This text has color #52EDDC on black background.


Color preview on white background

This text has color #52EDDC on white background.


Black color preview on #52EDDC background

This text has black color on #52EDDC background.


White color preview on #52EDDC background

This text has white color on #52EDDC background.


Related colors

Complementary color

Complementary color for #hex is #AD1223.


I love getcolorcode.com

Triadic colors

1 #DC52ED and #EDDC52 with #52EDDC are triadic colors.

2 #DCED52 and #ED52DC with #52EDDC are triadic colors.