COLOR #58D3E2

HEX: #58D3E2
RGB: (88,211,226)

Renk bilgisi

#58D3E2 contains mainly green and blue colors. #58D3E2 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#58D3E2 color RGB value is (88,211,226).

  • kırmız ton 88;
  • yeşil ton 211;
  • mavi ton 226.
RGB:
(88,211,226)
(35%,83%,89%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 211 of 255 = 83%
B 226 of 255 = 89%

88
211
226

R + G + B ~ 69%. #58D3E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 211 + 226 = 525 (100%)
R 88 of 525 ~ 16.76%
G 211 of 525 ~ 40.19%
B 226 of 525 ~ 43.05%

%16.76
%40.19
%43.05

CMYK RENK MODELİ

#58D3E2 rengi CMYK tonu (61,7,0,11).

  • camgöbeği tonu 61.06%
  • eflatun tonu 6.64%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(61,7,0,11)
C61M7Y0K11 
(61%,7%,0%,11%)
(0.61/0.07/0.00/0.11)	

CMYK yüzdeleri

%61.06
%6.64
%0
%11.37

Codes

Color #58D3E2 in popluar color models

58D3E2
RGB88211226
HSL187°70.41%61.57%
HSB/HSV187°61.06%88.63%
CMYK61.06%6.64%0.00%
11.37%

Color #58D3E2 in popluar number systems.

HEX58D3E2
Decimal88211226
Binary10110001101001111100010
Octal130323342

Shades and tints

Shades of #58D3E2

#58D3E2
(88,211,226)
#50C0CE
(80,192,206)
#48ADBA
(72,173,186)
#409AA6
(64,154,166)
#388792
(56,135,146)
#30747E
(48,116,126)
#28616A
(40,97,106)
#204E56
(32,78,86)
#183B42
(24,59,66)
#10282E
(16,40,46)
#08151A
(8,21,26)
#000000
(0,0,0)

Tints of #58D3E2

#58D3E2
(88,211,226)
#67D7E4
(103,215,228)
#76DBE6
(118,219,230)
#85DFE8
(133,223,232)
#94E3EA
(148,227,234)
#A3E7EC
(163,231,236)
#B2EBEE
(178,235,238)
#C1EFF0
(193,239,240)
#D0F3F2
(208,243,242)
#DFF7F4
(223,247,244)
#EEFBF6
(238,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D3E2 color. Also use rgb(88,211,226) instead hex code.

Text Font Color

.myTextColor { color: #58D3E2; }

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

This text font color is #58D3E2.


Background Color

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

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

This div background color is #58D3E2.


Border color

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

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

This div border color is #58D3E2.


Opacity

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

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

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

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

This text has shadow with #58D3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D3E2 on black background.


Color preview on white background

This text has color #58D3E2 on white background.



Black color preview on #58D3E2 background

This text has black color on #58D3E2 background.


White color preview on #58D3E2 background

This text has white color on #58D3E2 background.