COLOR #17D5DE

HEX: #17D5DE
RGB: (23,213,222)

Color info

#17D5DE contains mainly green and blue colors. Web safe color of #17D5DE is #00CCCC (or #0CC).

RGB color model

#17D5DE color RGB value is (23,213,222).

  • red value is 23;
  • green value is 213;
  • blue value is 222.
RGB:
(23,213,222)
(9%,84%,87%)

RGB channels and saturation

R 23 of 255 = 9%
G 213 of 255 = 84%
B 222 of 255 = 87%

23
213
222

R + G + B ~ 60%. #17D5DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 213 + 222 = 458 (100%)
R 23 of 458 ~ 5.02%
G 213 of 458 ~ 46.51%
B 222 of 458 ~ 48.47%

%46.51
%48.47

CMYK color model

#17D5DE color CMYK value is (90,4,0,13).

  • cyan value is 89.64%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(90,4,0,13)
C90M4Y0K13 
(90%,4%,0%,13%)
(0.90/0.04/0.00/0.13)	

CMYK percentages

%89.64
%4.05
%0
%12.94

Codes

Color #17D5DE in popluar color models

17D5DE
RGB23213222
HSL183°81.22%48.04%
HSB/HSV183°89.64%87.06%
CMYK89.64%4.05%0.00%
12.94%

Color #17D5DE in popluar number systems.

HEX17D5DE
Decimal23213222
Binary101111101010111011110
Octal27325336

Shades and tints

Shades of #17D5DE

#17D5DE
(23,213,222)
#15C2CA
(21,194,202)
#13AFB6
(19,175,182)
#119CA2
(17,156,162)
#0F898E
(15,137,142)
#0D767A
(13,118,122)
#0B6366
(11,99,102)
#095052
(9,80,82)
#073D3E
(7,61,62)
#052A2A
(5,42,42)
#031716
(3,23,22)
#000000
(0,0,0)

Tints of #17D5DE

#17D5DE
(23,213,222)
#2CD8E1
(44,216,225)
#41DBE4
(65,219,228)
#56DEE7
(86,222,231)
#6BE1EA
(107,225,234)
#80E4ED
(128,228,237)
#95E7F0
(149,231,240)
#AAEAF3
(170,234,243)
#BFEDF6
(191,237,246)
#D4F0F9
(212,240,249)
#E9F3FC
(233,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17D5DE color. Also use rgb(23,213,222) instead hex code.

Text Font Color

.myTextColor { color: #17D5DE; }

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

This text font color is #17D5DE.


Background Color

.myBgColor { background-color: #17D5DE; }

<div style="background-color:#17D5DE">Inner text</div>

This div background color is #17D5DE.


Border color

.myBorderColor { border: 1px solid #17D5DE; }

<div style="border:3px solid #17D5DE">Div</div>

This div border color is #17D5DE.


Opacity

.myOpacity80 { color: #17D5DE; opacity: 0.8; }

<p style="color:#17D5DE;opacity:0.8;">80%</p>

Text with #17D5DE 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 #17D5DE;}

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

This text has shadow with #17D5DE color.

.textShadow {text-shadow: 3px 3px 1px #17D5DE, 3px 3px 1px red;}

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

This text has shadow with #17D5DE primary color and red secondary color.


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

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

This text has shadow with #17D5DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17D5DE on black background.


Color preview on white background

This text has color #17D5DE on white background.



Black color preview on #17D5DE background

This text has black color on #17D5DE background.


White color preview on #17D5DE background

This text has white color on #17D5DE background.