COLOR #58CCCF

HEX: #58CCCF
RGB: (88,204,207)

Color info

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

RGB color model

#58CCCF color RGB value is (88,204,207).

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

RGB channels and saturation

R 88 of 255 = 35%
G 204 of 255 = 80%
B 207 of 255 = 81%

88
204
207

R + G + B ~ 65%. #58CCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 204 + 207 = 499 (100%)
R 88 of 499 ~ 17.64%
G 204 of 499 ~ 40.88%
B 207 of 499 ~ 41.48%

%17.64
%40.88
%41.48

CMYK color model

#58CCCF color CMYK value is (57,1,0,19).

  • cyan value is 57.49%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(57,1,0,19)
C57M1Y0K19 
(57%,1%,0%,19%)
(0.57/0.01/0.00/0.19)	

CMYK percentages

%57.49
%1.45
%0
%18.82

Codes

Color #58CCCF in popluar color models

58CCCF
RGB88204207
HSL182°55.35%57.84%
HSB/HSV182°57.49%81.18%
CMYK57.49%1.45%0.00%
18.82%

Color #58CCCF in popluar number systems.

HEX58CCCF
Decimal88204207
Binary10110001100110011001111
Octal130314317

Shades and tints

Shades of #58CCCF

#58CCCF
(88,204,207)
#50BABD
(80,186,189)
#48A8AB
(72,168,171)
#409699
(64,150,153)
#388487
(56,132,135)
#307275
(48,114,117)
#286063
(40,96,99)
#204E51
(32,78,81)
#183C3F
(24,60,63)
#102A2D
(16,42,45)
#08181B
(8,24,27)
#000000
(0,0,0)

Tints of #58CCCF

#58CCCF
(88,204,207)
#67D0D3
(103,208,211)
#76D4D7
(118,212,215)
#85D8DB
(133,216,219)
#94DCDF
(148,220,223)
#A3E0E3
(163,224,227)
#B2E4E7
(178,228,231)
#C1E8EB
(193,232,235)
#D0ECEF
(208,236,239)
#DFF0F3
(223,240,243)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58CCCF; }

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

This text font color is #58CCCF.


Background Color

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

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

This div background color is #58CCCF.


Border color

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

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

This div border color is #58CCCF.


Opacity

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

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

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

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

This text has shadow with #58CCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58CCCF on black background.


Color preview on white background

This text has color #58CCCF on white background.



Black color preview on #58CCCF background

This text has black color on #58CCCF background.


White color preview on #58CCCF background

This text has white color on #58CCCF background.