COLOR #17CFE0

HEX: #17CFE0 RGB: (23,207,224)

Color info

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

RGB color model

#17CFE0 color RGB value is (23,207,224).

RGB: (23,207,224) (9%, 81%, 88%)

RGB channels and saturation

R 23 of 255 = 9%
G 207 of 255 = 81%
B 224 of 255 = 88%

23
207
224

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

Portions of RGB colors in percentages

R + G + B = 23 + 207 + 224 = 454 (100%)
R 23 of 454 ~ 5.07%
G 207 of 454 ~ 45.59%
B 224 of 454 ~ 49.34'%

%45.59
%49.34

CMYK color model

#17CFE0 color CMYK value is (90,8,0,12).

  • cyan value is 89.73%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (90,8,0,12)
C90M8Y0K12 (90%, 8%, 0%, 12%)
(0.90 / 0.08 / 0.00 / 0.12)

CMYK percentages

%89.73
%7.59
%0
%12.16

Codes

Color #17CFE0 in popluar color models

17 CF E0
RGB 23 207 224
HSL 185° 81.38% 48.43%
HSB/HSV 185° 89.73% 87.84%
CMYK 89.73% 7.59% 0.00%
12.16%

Color #17CFE0 in popluar number systems.

HEX 17 CF E0
Decimal 23 207 224
Binary 10111 11001111 11100000
Octal 27 317 340

Shades and tints

Shades of #17CFE0

#17CFE0
(23,207,224)
#15BDCC
(21,189,204)
#13ABB8
(19,171,184)
#1199A4
(17,153,164)
#0F8790
(15,135,144)
#0D757C
(13,117,124)
#0B6368
(11,99,104)
#095154
(9,81,84)
#073F40
(7,63,64)
#052D2C
(5,45,44)
#031B18
(3,27,24)
#000000
(0,0,0)

Tints of #17CFE0

#17CFE0
(23,207,224)
#2CD3E2
(44,211,226)
#41D7E4
(65,215,228)
#56DBE6
(86,219,230)
#6BDFE8
(107,223,232)
#80E3EA
(128,227,234)
#95E7EC
(149,231,236)
#AAEBEE
(170,235,238)
#BFEFF0
(191,239,240)
#D4F3F2
(212,243,242)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17CFE0 color. Also use rgb(23,207,224) instead hex code.

Text Font Color

.myTextColor { color: #17CFE0; }

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

This text font color is #17CFE0.

Background Color

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

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

This div background color is #17CFE0.

Border color

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

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

This div border color is #17CFE0.

Opacity

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

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

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

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

This text has shadow with #17CFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17CFE0.

Preview

Color preview on black background

This text has color #17CFE0 on black background.


Color preview on white background

This text has color #17CFE0 on white background.


Black color preview on #17CFE0 background

This text has black color on #17CFE0 background.


White color preview on #17CFE0 background

This text has white color on #17CFE0 background.


Related colors

Complementary color

Complementary color for #hex is #E8301F.


I love getcolorcode.com

Triadic colors

1 #E017CF and #CFE017 with #17CFE0 are triadic colors.

2 #E0CF17 and #CF17E0 with #17CFE0 are triadic colors.