COLOR #58DAD8

HEX: #58DAD8 RGB: (88,218,216)

Color info

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

RGB color model

#58DAD8 color RGB value is (88,218,216).

RGB: (88,218,216) (35%, 85%, 85%)

RGB channels and saturation

R 88 of 255 = 35%
G 218 of 255 = 85%
B 216 of 255 = 85%

88
218
216

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

Portions of RGB colors in percentages

R + G + B = 88 + 218 + 216 = 522 (100%)
R 88 of 522 ~ 16.86%
G 218 of 522 ~ 41.76%
B 216 of 522 ~ 41.38'%

%16.86
%41.76
%41.38

CMYK color model

#58DAD8 color CMYK value is (60,0,1,15).

  • cyan value is 59.63%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%

CMYK: (60,0,1,15)
C60M0Y1K15 (60%, 0%, 1%, 15%)
(0.60 / 0.00 / 0.01 / 0.15)

CMYK percentages

%59.63
%0
%0.92
%14.51

Codes

Color #58DAD8 in popluar color models

58 DA D8
RGB 88 218 216
HSL 179° 63.73% 60.00%
HSB/HSV 179° 59.63% 85.49%
CMYK 59.63% 0.00% 0.92%
14.51%

Color #58DAD8 in popluar number systems.

HEX 58 DA D8
Decimal 88 218 216
Binary 1011000 11011010 11011000
Octal 130 332 330

Shades and tints

Shades of #58DAD8

#58DAD8
(88,218,216)
#50C7C5
(80,199,197)
#48B4B2
(72,180,178)
#40A19F
(64,161,159)
#388E8C
(56,142,140)
#307B79
(48,123,121)
#286866
(40,104,102)
#205553
(32,85,83)
#184240
(24,66,64)
#102F2D
(16,47,45)
#081C1A
(8,28,26)
#000000
(0,0,0)

Tints of #58DAD8

#58DAD8
(88,218,216)
#67DDDB
(103,221,219)
#76E0DE
(118,224,222)
#85E3E1
(133,227,225)
#94E6E4
(148,230,228)
#A3E9E7
(163,233,231)
#B2ECEA
(178,236,234)
#C1EFED
(193,239,237)
#D0F2F0
(208,242,240)
#DFF5F3
(223,245,243)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58DAD8 color. Also use rgb(88,218,216) instead hex code.

Text Font Color

.myTextColor { color: #58DAD8; }

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

This text font color is #58DAD8.

Background Color

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

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

This div background color is #58DAD8.

Border color

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

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

This div border color is #58DAD8.

Opacity

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

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

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

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

This text has shadow with #58DAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58DAD8.

Preview

Color preview on black background

This text has color #58DAD8 on black background.


Color preview on white background

This text has color #58DAD8 on white background.


Black color preview on #58DAD8 background

This text has black color on #58DAD8 background.


White color preview on #58DAD8 background

This text has white color on #58DAD8 background.


Related colors

Complementary color

Complementary color for #hex is #A72527.


I love getcolorcode.com

Triadic colors

1 #D858DA and #DAD858 with #58DAD8 are triadic colors.

2 #D8DA58 and #DA58D8 with #58DAD8 are triadic colors.