#AFF0E9

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

Shades of Pale Turquoise #AFF0E9

Tints of Pale Turquoise #AFF0E9

Color information

#AFF0E9 (or 0xAFF0E9) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and E9. RGB value is (175,240,233). Sum of RGB (Red+Green+Blue) = 175+240+233=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0E9 is #500F16. Grayscale: #DBDBDB. Windows color (decimal): -5246743 or 15331503. OLE color: 15331503.

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

Color convert

RGB175240233-
CMYK0.2700.030.06
HSL173.54º68.42%81.37%-
HSV(B)173.54º27.08%94.12%-
XYZ63.5577.3288.67-
YUV219.77135.4796.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.01%
GREEN value IS 240 (94.14% from 255) = 37.04%
BLUE value IS 233 (91.41% from 255) = 35.96%
R=27.01%
G=37.04%
B=35.96%

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
Decimal1752402330.2700.030.06173.5468.4281.37
HexAFF0E91B036ae4451
Octal25736035133036256104121
Binary101011111111000011101001110110111101010111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0E9; }

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

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

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

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

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

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

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

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