COLOR #58E1DD

HEX: #58E1DD RGB: (88,225,221)

Color info

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

RGB color model

#58E1DD color RGB value is (88,225,221).

RGB: (88,225,221) (35%, 88%, 87%)

RGB channels and saturation

R 88 of 255 = 35%
G 225 of 255 = 88%
B 221 of 255 = 87%

88
225
221

R + G + B ~ 70%. #58E1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 88 + 225 + 221 = 534 (100%)
R 88 of 534 ~ 16.48%
G 225 of 534 ~ 42.13%
B 221 of 534 ~ 41.39'%

%16.48
%42.13
%41.39

CMYK color model

#58E1DD color CMYK value is (61,0,2,12).

  • cyan value is 60.89%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%

CMYK: (61,0,2,12)
C61M0Y2K12 (61%, 0%, 2%, 12%)
(0.61 / 0.00 / 0.02 / 0.12)

CMYK percentages

%60.89
%0
%1.78
%11.76

Codes

Color #58E1DD in popluar color models

58 E1 DD
RGB 88 225 221
HSL 178° 69.54% 61.37%
HSB/HSV 178° 60.89% 88.24%
CMYK 60.89% 0.00% 1.78%
11.76%

Color #58E1DD in popluar number systems.

HEX 58 E1 DD
Decimal 88 225 221
Binary 1011000 11100001 11011101
Octal 130 341 335

Shades and tints

Shades of #58E1DD

#58E1DD
(88,225,221)
#50CDC9
(80,205,201)
#48B9B5
(72,185,181)
#40A5A1
(64,165,161)
#38918D
(56,145,141)
#307D79
(48,125,121)
#286965
(40,105,101)
#205551
(32,85,81)
#18413D
(24,65,61)
#102D29
(16,45,41)
#081915
(8,25,21)
#000000
(0,0,0)

Tints of #58E1DD

#58E1DD
(88,225,221)
#67E3E0
(103,227,224)
#76E5E3
(118,229,227)
#85E7E6
(133,231,230)
#94E9E9
(148,233,233)
#A3EBEC
(163,235,236)
#B2EDEF
(178,237,239)
#C1EFF2
(193,239,242)
#D0F1F5
(208,241,245)
#DFF3F8
(223,243,248)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E1DD color. Also use rgb(88,225,221) instead hex code.

Text Font Color

.myTextColor { color: #58E1DD; }

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

This text font color is #58E1DD.

Background Color

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

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

This div background color is #58E1DD.

Border color

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

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

This div border color is #58E1DD.

Opacity

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

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

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

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

This text has shadow with #58E1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58E1DD.

Preview

Color preview on black background

This text has color #58E1DD on black background.


Color preview on white background

This text has color #58E1DD on white background.


Black color preview on #58E1DD background

This text has black color on #58E1DD background.


White color preview on #58E1DD background

This text has white color on #58E1DD background.


Related colors

Complementary color

Complementary color for #hex is #A71E22.


I love getcolorcode.com

Triadic colors

1 #DD58E1 and #E1DD58 with #58E1DD are triadic colors.

2 #DDE158 and #E158DD with #58E1DD are triadic colors.