COLOR #58E4CC

HEX: #58E4CC
RGB: (88,228,204)

Color info

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

RGB color model

#58E4CC color RGB value is (88,228,204).

  • red value is 88;
  • green value is 228;
  • blue value is 204.
RGB:
(88,228,204)
(35%,89%,80%)

RGB channels and saturation

R 88 of 255 = 35%
G 228 of 255 = 89%
B 204 of 255 = 80%

88
228
204

R + G + B ~ 68%. #58E4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 228 + 204 = 520 (100%)
R 88 of 520 ~ 16.92%
G 228 of 520 ~ 43.85%
B 204 of 520 ~ 39.23%

%16.92
%43.85
%39.23

CMYK color model

#58E4CC color CMYK value is (61,0,11,11).

  • cyan value is 61.40%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(61,0,11,11)
C61M0Y11K11 
(61%,0%,11%,11%)
(0.61/0.00/0.11/0.11)	

CMYK percentages

%61.4
%0
%10.53
%10.59

Codes

Color #58E4CC in popluar color models

58E4CC
RGB88228204
HSL170°72.16%61.96%
HSB/HSV170°61.40%89.41%
CMYK61.40%0.00%10.53%
10.59%

Color #58E4CC in popluar number systems.

HEX58E4CC
Decimal88228204
Binary10110001110010011001100
Octal130344314

Shades and tints

Shades of #58E4CC

#58E4CC
(88,228,204)
#50D0BA
(80,208,186)
#48BCA8
(72,188,168)
#40A896
(64,168,150)
#389484
(56,148,132)
#308072
(48,128,114)
#286C60
(40,108,96)
#20584E
(32,88,78)
#18443C
(24,68,60)
#10302A
(16,48,42)
#081C18
(8,28,24)
#000000
(0,0,0)

Tints of #58E4CC

#58E4CC
(88,228,204)
#67E6D0
(103,230,208)
#76E8D4
(118,232,212)
#85EAD8
(133,234,216)
#94ECDC
(148,236,220)
#A3EEE0
(163,238,224)
#B2F0E4
(178,240,228)
#C1F2E8
(193,242,232)
#D0F4EC
(208,244,236)
#DFF6F0
(223,246,240)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E4CC color. Also use rgb(88,228,204) instead hex code.

Text Font Color

.myTextColor { color: #58E4CC; }

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

This text font color is #58E4CC.


Background Color

.myBgColor { background-color: #58E4CC; }

<div style="background-color:#58E4CC">Inner text</div>

This div background color is #58E4CC.


Border color

.myBorderColor { border: 1px solid #58E4CC; }

<div style="border:3px solid #58E4CC">Div</div>

This div border color is #58E4CC.


Opacity

.myOpacity80 { color: #58E4CC; opacity: 0.8; }

<p style="color:#58E4CC;opacity:0.8;">80%</p>

Text with #58E4CC 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 #58E4CC;}

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

This text has shadow with #58E4CC color.

.textShadow {text-shadow: 3px 3px 1px #58E4CC, 3px 3px 1px red;}

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

This text has shadow with #58E4CC primary color and red secondary color.


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

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

This text has shadow with #58E4CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58E4CC on black background.


Color preview on white background

This text has color #58E4CC on white background.



Black color preview on #58E4CC background

This text has black color on #58E4CC background.


White color preview on #58E4CC background

This text has white color on #58E4CC background.