COLOR #60D4DE

HEX: #60D4DE RGB: (96,212,222)

Color info

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

RGB color model

#60D4DE color RGB value is (96,212,222).

RGB: (96,212,222) (38%, 83%, 87%)

RGB channels and saturation

R 96 of 255 = 38%
G 212 of 255 = 83%
B 222 of 255 = 87%

96
212
222

R + G + B ~ 69%. #60D4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 96 + 212 + 222 = 530 (100%)
R 96 of 530 ~ 18.11%
G 212 of 530 ~ 40%
B 222 of 530 ~ 41.89'%

%18.11
%40
%41.89

CMYK color model

#60D4DE color CMYK value is (57,5,0,13).

  • cyan value is 56.76%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (57,5,0,13)
C57M5Y0K13 (57%, 5%, 0%, 13%)
(0.57 / 0.05 / 0.00 / 0.13)

CMYK percentages

%56.76
%4.5
%0
%12.94

Codes

Color #60D4DE in popluar color models

60 D4 DE
RGB 96 212 222
HSL 185° 65.63% 62.35%
HSB/HSV 185° 56.76% 87.06%
CMYK 56.76% 4.50% 0.00%
12.94%

Color #60D4DE in popluar number systems.

HEX 60 D4 DE
Decimal 96 212 222
Binary 1100000 11010100 11011110
Octal 140 324 336

Shades and tints

Shades of #60D4DE

#60D4DE
(96,212,222)
#58C1CA
(88,193,202)
#50AEB6
(80,174,182)
#489BA2
(72,155,162)
#40888E
(64,136,142)
#38757A
(56,117,122)
#306266
(48,98,102)
#284F52
(40,79,82)
#203C3E
(32,60,62)
#18292A
(24,41,42)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #60D4DE

#60D4DE
(96,212,222)
#6ED7E1
(110,215,225)
#7CDAE4
(124,218,228)
#8ADDE7
(138,221,231)
#98E0EA
(152,224,234)
#A6E3ED
(166,227,237)
#B4E6F0
(180,230,240)
#C2E9F3
(194,233,243)
#D0ECF6
(208,236,246)
#DEEFF9
(222,239,249)
#ECF2FC
(236,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60D4DE color. Also use rgb(96,212,222) instead hex code.

Text Font Color

.myTextColor { color: #60D4DE; }

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

This text font color is #60D4DE.

Background Color

.myBgColor { background-color: #60D4DE; }

<div style="background-color:#60D4DE">Inner text</div>

This div background color is #60D4DE.

Border color

.myBorderColor { border: 1px solid #60D4DE; }

<div style="border:3px solid #60D4DE">Div</div>

This div border color is #60D4DE.

Opacity

.myOpacity80 { color: #60D4DE; opacity: 0.8; }

<p style="color:#60D4DE;opacity:0.8;">80%</p>

Text with #60D4DE 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 #60D4DE;}

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

This text has shadow with #60D4DE color.


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

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

This text has shadow with #60D4DE primary color and red secondary color.


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

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

This text has shadow with #60D4DE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60D4DE.

Preview

Color preview on black background

This text has color #60D4DE on black background.


Color preview on white background

This text has color #60D4DE on white background.


Black color preview on #60D4DE background

This text has black color on #60D4DE background.


White color preview on #60D4DE background

This text has white color on #60D4DE background.


Related colors

Complementary color

Complementary color for #hex is #9F2B21.


I love getcolorcode.com

Triadic colors

1 #DE60D4 and #D4DE60 with #60D4DE are triadic colors.

2 #DED460 and #D460DE with #60D4DE are triadic colors.