COLOR #58BDC1

HEX: #58BDC1
RGB: (88,189,193)

Color info

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

RGB color model

#58BDC1 color RGB value is (88,189,193).

  • red value is 88;
  • green value is 189;
  • blue value is 193.
RGB:
(88,189,193)
(35%,74%,76%)

RGB channels and saturation

R 88 of 255 = 35%
G 189 of 255 = 74%
B 193 of 255 = 76%

88
189
193

R + G + B ~ 62%. #58BDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 189 + 193 = 470 (100%)
R 88 of 470 ~ 18.72%
G 189 of 470 ~ 40.21%
B 193 of 470 ~ 41.06%

%18.72
%40.21
%41.06

CMYK color model

#58BDC1 color CMYK value is (54,2,0,24).

  • cyan value is 54.40%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(54,2,0,24)
C54M2Y0K24 
(54%,2%,0%,24%)
(0.54/0.02/0.00/0.24)	

CMYK percentages

%54.4
%2.07
%0
%24.31

Codes

Color #58BDC1 in popluar color models

58BDC1
RGB88189193
HSL182°45.85%55.10%
HSB/HSV182°54.40%75.69%
CMYK54.40%2.07%0.00%
24.31%

Color #58BDC1 in popluar number systems.

HEX58BDC1
Decimal88189193
Binary10110001011110111000001
Octal130275301

Shades and tints

Shades of #58BDC1

#58BDC1
(88,189,193)
#50ACB0
(80,172,176)
#489B9F
(72,155,159)
#408A8E
(64,138,142)
#38797D
(56,121,125)
#30686C
(48,104,108)
#28575B
(40,87,91)
#20464A
(32,70,74)
#183539
(24,53,57)
#102428
(16,36,40)
#081317
(8,19,23)
#000000
(0,0,0)

Tints of #58BDC1

#58BDC1
(88,189,193)
#67C3C6
(103,195,198)
#76C9CB
(118,201,203)
#85CFD0
(133,207,208)
#94D5D5
(148,213,213)
#A3DBDA
(163,219,218)
#B2E1DF
(178,225,223)
#C1E7E4
(193,231,228)
#D0EDE9
(208,237,233)
#DFF3EE
(223,243,238)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BDC1 color. Also use rgb(88,189,193) instead hex code.

Text Font Color

.myTextColor { color: #58BDC1; }

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

This text font color is #58BDC1.


Background Color

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

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

This div background color is #58BDC1.


Border color

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

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

This div border color is #58BDC1.


Opacity

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

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

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

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

This text has shadow with #58BDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BDC1 on black background.


Color preview on white background

This text has color #58BDC1 on white background.



Black color preview on #58BDC1 background

This text has black color on #58BDC1 background.


White color preview on #58BDC1 background

This text has white color on #58BDC1 background.