COLOR #58C4CE

HEX: #58C4CE
RGB: (88,196,206)

Color info

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

RGB color model

#58C4CE color RGB value is (88,196,206).

  • red value is 88;
  • green value is 196;
  • blue value is 206.
RGB:
(88,196,206)
(35%,77%,81%)

RGB channels and saturation

R 88 of 255 = 35%
G 196 of 255 = 77%
B 206 of 255 = 81%

88
196
206

R + G + B ~ 64%. #58C4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 196 + 206 = 490 (100%)
R 88 of 490 ~ 17.96%
G 196 of 490 ~ 40%
B 206 of 490 ~ 42.04%

%17.96
%40
%42.04

CMYK color model

#58C4CE color CMYK value is (57,5,0,19).

  • cyan value is 57.28%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(57,5,0,19)
C57M5Y0K19 
(57%,5%,0%,19%)
(0.57/0.05/0.00/0.19)	

CMYK percentages

%57.28
%4.85
%0
%19.22

Codes

Color #58C4CE in popluar color models

58C4CE
RGB88196206
HSL185°54.63%57.65%
HSB/HSV185°57.28%80.78%
CMYK57.28%4.85%0.00%
19.22%

Color #58C4CE in popluar number systems.

HEX58C4CE
Decimal88196206
Binary10110001100010011001110
Octal130304316

Shades and tints

Shades of #58C4CE

#58C4CE
(88,196,206)
#50B3BC
(80,179,188)
#48A2AA
(72,162,170)
#409198
(64,145,152)
#388086
(56,128,134)
#306F74
(48,111,116)
#285E62
(40,94,98)
#204D50
(32,77,80)
#183C3E
(24,60,62)
#102B2C
(16,43,44)
#081A1A
(8,26,26)
#000000
(0,0,0)

Tints of #58C4CE

#58C4CE
(88,196,206)
#67C9D2
(103,201,210)
#76CED6
(118,206,214)
#85D3DA
(133,211,218)
#94D8DE
(148,216,222)
#A3DDE2
(163,221,226)
#B2E2E6
(178,226,230)
#C1E7EA
(193,231,234)
#D0ECEE
(208,236,238)
#DFF1F2
(223,241,242)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C4CE color. Also use rgb(88,196,206) instead hex code.

Text Font Color

.myTextColor { color: #58C4CE; }

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

This text font color is #58C4CE.


Background Color

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

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

This div background color is #58C4CE.


Border color

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

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

This div border color is #58C4CE.


Opacity

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

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

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

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

This text has shadow with #58C4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C4CE on black background.


Color preview on white background

This text has color #58C4CE on white background.



Black color preview on #58C4CE background

This text has black color on #58C4CE background.


White color preview on #58C4CE background

This text has white color on #58C4CE background.