COLOR #AFEEEE

HEX: #AFEEEE
RGB: (175,238,238)

Color info

Color name is PaleTurquoise. #AFEEEE contains mainly green and blue colors. Web safe color of #AFEEEE is #99FFFF (or #9FF).

RGB color model

#AFEEEE color RGB value is (175,238,238).

  • red value is 175;
  • green value is 238;
  • blue value is 238.
RGB:
(175,238,238)
(69%,93%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 238 of 255 = 93%
B 238 of 255 = 93%

175
238
238

R + G + B ~ 85%. #AFEEEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 238 + 238 = 651 (100%)
R 175 of 651 ~ 26.88%
G 238 of 651 ~ 36.56%
B 238 of 651 ~ 36.56%

%26.88
%36.56
%36.56

CMYK color model

#AFEEEE color CMYK value is (26,0,0,7).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,0,0,7)
C26M0Y0K7 
(26%,0%,0%,7%)
(0.26/0.00/0.00/0.07)	

CMYK percentages

%26.47
%0
%0
%6.67

Codes

Color #AFEEEE in popluar color models

AFEEEE
RGB175238238
HSL180°64.95%80.98%
HSB/HSV180°26.47%93.33%
CMYK26.47%0.00%0.00%
6.67%

Color #AFEEEE in popluar number systems.

HEXAFEEEE
Decimal175238238
Binary101011111110111011101110
Octal257356356

Shades and tints

Shades of #AFEEEE

#AFEEEE
(175,238,238)
#A0D9D9
(160,217,217)
#91C4C4
(145,196,196)
#82AFAF
(130,175,175)
#739A9A
(115,154,154)
#648585
(100,133,133)
#557070
(85,112,112)
#465B5B
(70,91,91)
#374646
(55,70,70)
#283131
(40,49,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #AFEEEE

#AFEEEE
(175,238,238)
#B6EFEF
(182,239,239)
#BDF0F0
(189,240,240)
#C4F1F1
(196,241,241)
#CBF2F2
(203,242,242)
#D2F3F3
(210,243,243)
#D9F4F4
(217,244,244)
#E0F5F5
(224,245,245)
#E7F6F6
(231,246,246)
#EEF7F7
(238,247,247)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEEEE color. Also use rgb(175,238,238) instead hex code.

Text Font Color

.myTextColor { color: #AFEEEE; }

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

This text font color is #AFEEEE.


Background Color

.myBgColor { background-color: #AFEEEE; }

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

This div background color is #AFEEEE.


Border color

.myBorderColor { border: 1px solid #AFEEEE; }

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

This div border color is #AFEEEE.


Opacity

.myOpacity80 { color: #AFEEEE; opacity: 0.8; }

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

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

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

This text has shadow with #AFEEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEEEE on black background.


Color preview on white background

This text has color #AFEEEE on white background.



Black color preview on #AFEEEE background

This text has black color on #AFEEEE background.


White color preview on #AFEEEE background

This text has white color on #AFEEEE background.