COLOR #58C6E0

HEX: #58C6E0
RGB: (88,198,224)

Renk bilgisi

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

RGB renk modeli

#58C6E0 color RGB value is (88,198,224).

  • kırmız ton 88;
  • yeşil ton 198;
  • mavi ton 224.
RGB:
(88,198,224)
(35%,78%,88%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 198 of 255 = 78%
B 224 of 255 = 88%

88
198
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 198 + 224 = 510 (100%)
R 88 of 510 ~ 17.25%
G 198 of 510 ~ 38.82%
B 224 of 510 ~ 43.92%

%17.25
%38.82
%43.92

CMYK RENK MODELİ

#58C6E0 rengi CMYK tonu (61,12,0,12).

  • camgöbeği tonu 60.71%
  • eflatun tonu 11.61%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(61,12,0,12)
C61M12Y0K12 
(61%,12%,0%,12%)
(0.61/0.12/0.00/0.12)	

CMYK yüzdeleri

%60.71
%11.61
%0
%12.16

Codes

Color #58C6E0 in popluar color models

58C6E0
RGB88198224
HSL191°68.69%61.18%
HSB/HSV191°60.71%87.84%
CMYK60.71%11.61%0.00%
12.16%

Color #58C6E0 in popluar number systems.

HEX58C6E0
Decimal88198224
Binary10110001100011011100000
Octal130306340

Shades and tints

Shades of #58C6E0

#58C6E0
(88,198,224)
#50B4CC
(80,180,204)
#48A2B8
(72,162,184)
#4090A4
(64,144,164)
#387E90
(56,126,144)
#306C7C
(48,108,124)
#285A68
(40,90,104)
#204854
(32,72,84)
#183640
(24,54,64)
#10242C
(16,36,44)
#081218
(8,18,24)
#000000
(0,0,0)

Tints of #58C6E0

#58C6E0
(88,198,224)
#67CBE2
(103,203,226)
#76D0E4
(118,208,228)
#85D5E6
(133,213,230)
#94DAE8
(148,218,232)
#A3DFEA
(163,223,234)
#B2E4EC
(178,228,236)
#C1E9EE
(193,233,238)
#D0EEF0
(208,238,240)
#DFF3F2
(223,243,242)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C6E0 color. Also use rgb(88,198,224) instead hex code.

Text Font Color

.myTextColor { color: #58C6E0; }

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

This text font color is #58C6E0.


Background Color

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

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

This div background color is #58C6E0.


Border color

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

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

This div border color is #58C6E0.


Opacity

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

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

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

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

This text has shadow with #58C6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C6E0 on black background.


Color preview on white background

This text has color #58C6E0 on white background.



Black color preview on #58C6E0 background

This text has black color on #58C6E0 background.


White color preview on #58C6E0 background

This text has white color on #58C6E0 background.