#AFF5E9

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

Shades of Pale Turquoise #AFF5E9

Tints of Pale Turquoise #AFF5E9

Color information

#AFF5E9 (or 0xAFF5E9) is unknown color: approx Pale Turquoise. HEX triplet: AF, F5 and E9. RGB value is (175,245,233). Sum of RGB (Red+Green+Blue) = 175+245+233=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5E9 is #500A16. Grayscale: #DEDEDE. Windows color (decimal): -5245463 or 15332783. OLE color: 15332783.

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

Color convert

RGB175245233-
CMYK0.2900.050.04
HSL169.71º77.78%82.35%-
HSV(B)169.71º28.57%96.08%-
XYZ65.0480.389.16-
YUV222.7133.8193.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.80%
GREEN value IS 245 (96.09% from 255) = 37.52%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=26.80%
G=37.52%
B=35.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452330.2900.050.04169.7177.7882.35
HexAFF5E91D054aa4e52
Octal25736535135054252116122
Binary1010111111110101111010011110101011001010101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5E9; }

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

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

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

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

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

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

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

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