COLOR #59D9D5

HEX: #59D9D5
RGB: (89,217,213)

Renk bilgisi

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

RGB renk modeli

#59D9D5 color RGB value is (89,217,213).

  • kırmız ton 89;
  • yeşil ton 217;
  • mavi ton 213.
RGB:
(89,217,213)
(35%,85%,84%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 217 of 255 = 85%
B 213 of 255 = 84%

89
217
213

R + G + B ~ 68%. #59D9D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 217 + 213 = 519 (100%)
R 89 of 519 ~ 17.15%
G 217 of 519 ~ 41.81%
B 213 of 519 ~ 41.04%

%17.15
%41.81
%41.04

CMYK RENK MODELİ

#59D9D5 rengi CMYK tonu (59,0,2,15).

  • camgöbeği tonu 58.99%
  • eflatun tonu 0.00%
  • sarı tonu 1.84%
  • ana renk tonu 14.90%
CMYK:
(59,0,2,15)
C59M0Y2K15 
(59%,0%,2%,15%)
(0.59/0.00/0.02/0.15)	

CMYK yüzdeleri

%58.99
%0
%1.84
%14.9

Codes

Color #59D9D5 in popluar color models

59D9D5
RGB89217213
HSL178°62.75%60.00%
HSB/HSV178°58.99%85.10%
CMYK58.99%0.00%1.84%
14.90%

Color #59D9D5 in popluar number systems.

HEX59D9D5
Decimal89217213
Binary10110011101100111010101
Octal131331325

Shades and tints

Shades of #59D9D5

#59D9D5
(89,217,213)
#51C6C2
(81,198,194)
#49B3AF
(73,179,175)
#41A09C
(65,160,156)
#398D89
(57,141,137)
#317A76
(49,122,118)
#296763
(41,103,99)
#215450
(33,84,80)
#19413D
(25,65,61)
#112E2A
(17,46,42)
#091B17
(9,27,23)
#000000
(0,0,0)

Tints of #59D9D5

#59D9D5
(89,217,213)
#68DCD8
(104,220,216)
#77DFDB
(119,223,219)
#86E2DE
(134,226,222)
#95E5E1
(149,229,225)
#A4E8E4
(164,232,228)
#B3EBE7
(179,235,231)
#C2EEEA
(194,238,234)
#D1F1ED
(209,241,237)
#E0F4F0
(224,244,240)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D9D5 color. Also use rgb(89,217,213) instead hex code.

Text Font Color

.myTextColor { color: #59D9D5; }

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

This text font color is #59D9D5.


Background Color

.myBgColor { background-color: #59D9D5; }

<div style="background-color:#59D9D5">Inner text</div>

This div background color is #59D9D5.


Border color

.myBorderColor { border: 1px solid #59D9D5; }

<div style="border:3px solid #59D9D5">Div</div>

This div border color is #59D9D5.


Opacity

.myOpacity80 { color: #59D9D5; opacity: 0.8; }

<p style="color:#59D9D5;opacity:0.8;">80%</p>

Text with #59D9D5 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 #59D9D5;}

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

This text has shadow with #59D9D5 color.

.textShadow {text-shadow: 3px 3px 1px #59D9D5, 3px 3px 1px red;}

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

This text has shadow with #59D9D5 primary color and red secondary color.


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

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

This text has shadow with #59D9D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59D9D5 on black background.


Color preview on white background

This text has color #59D9D5 on white background.



Black color preview on #59D9D5 background

This text has black color on #59D9D5 background.


White color preview on #59D9D5 background

This text has white color on #59D9D5 background.