#AFE8EF

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

Shades of Pale Turquoise #AFE8EF

Tints of Pale Turquoise #AFE8EF

Color information

#AFE8EF (or 0xAFE8EF) is unknown color: approx Pale Turquoise. HEX triplet: AF, E8 and EF. RGB value is (175,232,239). Sum of RGB (Red+Green+Blue) = 175+232+239=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8EF is #501710. Grayscale: #D7D7D7. Windows color (decimal): -5248785 or 15722671. OLE color: 15722671.

HSL color Cylindrical-coordinate representation of color #AFE8EF: hue angle of 186.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE8EF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175232239-
CMYK0.270.0300.06
HSL186.56º66.67%81.18%-
HSV(B)186.56º26.78%93.73%-
XYZ62.1273.0692.49-
YUV215.76141.1298.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 232 (91.02% from 255) = 35.91%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=27.09%
G=35.91%
B=37.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752322390.270.0300.06186.5666.6781.18
HexAFE8EF1B306bb4351
Octal25735035733306273103121
Binary101011111110100011101111110111101101011101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8EF; }

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

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

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

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

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

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

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

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