#AFF1E8

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

Shades of Pale Turquoise #AFF1E8

Tints of Pale Turquoise #AFF1E8

Color information

#AFF1E8 (or 0xAFF1E8) is unknown color: approx Pale Turquoise. HEX triplet: AF, F1 and E8. RGB value is (175,241,232). Sum of RGB (Red+Green+Blue) = 175+241+232=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1E8 is #500E17. Grayscale: #DCDCDC. Windows color (decimal): -5246488 or 15266223. OLE color: 15266223.

HSL color Cylindrical-coordinate representation of color #AFF1E8: hue angle of 171.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1E8 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB175241232-
CMYK0.2700.040.05
HSL171.82º70.21%81.57%-
HSV(B)171.82º27.39%94.51%-
XYZ63.777.8588.01-
YUV220.24134.6395.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.01%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=27.01%
G=37.19%
B=35.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412320.2700.040.05171.8270.2181.57
HexAFF1E81B045ac4652
Octal25736135033045254106122
Binary1010111111110001111010001101101001011010110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1E8; }

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

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

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

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

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

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

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

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