#AFE8EE

Color #AFE8EE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #AFE8EE

Tints of Pale Turquoise #AFE8EE

Color information

#AFE8EE (or 0xAFE8EE) is unknown color: approx Pale Turquoise. HEX triplet: AF, E8 and EE. RGB value is (175,232,238). Sum of RGB (Red+Green+Blue) = 175+232+238=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8EE is #501711. Grayscale: #D7D7D7. Windows color (decimal): -5248786 or 15657135. OLE color: 15657135.

HSL color Cylindrical-coordinate representation of color #AFE8EE: hue angle of 185.71º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE8EE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175232238-
CMYK0.260.0300.07
HSL185.71º64.95%80.98%-
HSV(B)185.71º26.47%93.33%-
XYZ61.977391.71-
YUV215.64140.6299.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=27.13%
G=35.97%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752322380.260.0300.07185.7164.9580.98
HexAFE8EE1A307ba4151
Octal25735035632307272101121
Binary101011111110100011101110110101101111011101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8EE; }

 p { color: rgb(175,232,238); }

 H1.HeaderClassName
 {
   color: #AFE8EE;
 }
 .AnyTagClassName
 {
   color: #AFE8EE;
 }
</style>
background-color css

<style>
 a { background-color: #AFE8EE; }

 a { background-color: rgb(175,232,238); }

 div.DivClassName
 {
   background-color: #AFE8EE;
 }
 .BgClassName
 {
   background-color: #AFE8EE;
 }
</style>
border-color css

<style>
 span { border-color: #AFE8EE; }

 span { border-color: rgb(175,232,238); }

 td.TdClassName
 {
   border-color: #AFE8EE;
 }
 .TagClassName
 {
   border-color: #AFE8EE;
 }
</style>