COLOR #58CFD7

HEX: #58CFD7
RGB: (88,207,215)

Color info

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

RGB color model

#58CFD7 color RGB value is (88,207,215).

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

RGB channels and saturation

R 88 of 255 = 35%
G 207 of 255 = 81%
B 215 of 255 = 84%

88
207
215

R + G + B ~ 67%. #58CFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 207 + 215 = 510 (100%)
R 88 of 510 ~ 17.25%
G 207 of 510 ~ 40.59%
B 215 of 510 ~ 42.16%

%17.25
%40.59
%42.16

CMYK color model

#58CFD7 color CMYK value is (59,4,0,16).

  • cyan value is 59.07%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(59,4,0,16)
C59M4Y0K16 
(59%,4%,0%,16%)
(0.59/0.04/0.00/0.16)	

CMYK percentages

%59.07
%3.72
%0
%15.69

Codes

Color #58CFD7 in popluar color models

58CFD7
RGB88207215
HSL184°61.35%59.41%
HSB/HSV184°59.07%84.31%
CMYK59.07%3.72%0.00%
15.69%

Color #58CFD7 in popluar number systems.

HEX58CFD7
Decimal88207215
Binary10110001100111111010111
Octal130317327

Shades and tints

Shades of #58CFD7

#58CFD7
(88,207,215)
#50BDC4
(80,189,196)
#48ABB1
(72,171,177)
#40999E
(64,153,158)
#38878B
(56,135,139)
#307578
(48,117,120)
#286365
(40,99,101)
#205152
(32,81,82)
#183F3F
(24,63,63)
#102D2C
(16,45,44)
#081B19
(8,27,25)
#000000
(0,0,0)

Tints of #58CFD7

#58CFD7
(88,207,215)
#67D3DA
(103,211,218)
#76D7DD
(118,215,221)
#85DBE0
(133,219,224)
#94DFE3
(148,223,227)
#A3E3E6
(163,227,230)
#B2E7E9
(178,231,233)
#C1EBEC
(193,235,236)
#D0EFEF
(208,239,239)
#DFF3F2
(223,243,242)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58CFD7; }

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

This text font color is #58CFD7.


Background Color

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

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

This div background color is #58CFD7.


Border color

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

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

This div border color is #58CFD7.


Opacity

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

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

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

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

This text has shadow with #58CFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58CFD7 on black background.


Color preview on white background

This text has color #58CFD7 on white background.



Black color preview on #58CFD7 background

This text has black color on #58CFD7 background.


White color preview on #58CFD7 background

This text has white color on #58CFD7 background.