#AFF2E9

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

Shades of Pale Turquoise #AFF2E9

Tints of Pale Turquoise #AFF2E9

Color information

#AFF2E9 (or 0xAFF2E9) is unknown color: approx Pale Turquoise. HEX triplet: AF, F2 and E9. RGB value is (175,242,233). Sum of RGB (Red+Green+Blue) = 175+242+233=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2E9 is #500D16. Grayscale: #DCDCDC. Windows color (decimal): -5246231 or 15332015. OLE color: 15332015.

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

Color convert

RGB175242233-
CMYK0.2800.040.05
HSL171.94º72.04%81.76%-
HSV(B)171.94º27.69%94.9%-
XYZ64.1478.588.86-
YUV220.94134.895.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 242 (94.92% from 255) = 37.23%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=26.92%
G=37.23%
B=35.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422330.2800.040.05171.9472.0481.76
HexAFF2E91C045ac4852
Octal25736235134045254110122
Binary1010111111110010111010011110001001011010110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2E9; }

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

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

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

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

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

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

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

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