#AFF0E8

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

Shades of Pale Turquoise #AFF0E8

Tints of Pale Turquoise #AFF0E8

Color information

#AFF0E8 (or 0xAFF0E8) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and E8. RGB value is (175,240,232). Sum of RGB (Red+Green+Blue) = 175+240+232=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0E8 is #500F17. Grayscale: #DBDBDB. Windows color (decimal): -5246744 or 15265967. OLE color: 15265967.

HSL color Cylindrical-coordinate representation of color #AFF0E8: hue angle of 172.62º degrees, saturation: 0.68, 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 #AFF0E8 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB175240232-
CMYK0.2700.030.06
HSL172.62º68.42%81.37%-
HSV(B)172.62º27.08%94.12%-
XYZ63.477.2687.91-
YUV219.65134.9796.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=27.05%
G=37.09%
B=35.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402320.2700.030.06172.6268.4281.37
HexAFF0E81B036ad4451
Octal25736035033036255104121
Binary101011111111000011101000110110111101010110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0E8; }

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

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

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

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

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

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

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

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