#AAF2EA

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

Shades of Pale Turquoise #AAF2EA

Tints of Pale Turquoise #AAF2EA

Color information

#AAF2EA (or 0xAAF2EA) is unknown color: approx Pale Turquoise. HEX triplet: AA, F2 and EA. RGB value is (170,242,234). Sum of RGB (Red+Green+Blue) = 170+242+234=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2EA is #550D15. Grayscale: #DBDBDB. Windows color (decimal): -5573910 or 15397546. OLE color: 15397546.

HSL color Cylindrical-coordinate representation of color #AAF2EA: hue angle of 173.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2EA is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB170242234-
CMYK0.3000.030.05
HSL173.33º73.47%80.78%-
HSV(B)173.33º29.75%94.9%-
XYZ63.1877.9989.57-
YUV219.56136.1592.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.32%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=26.32%
G=37.46%
B=36.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702422340.3000.030.05173.3373.4780.78
HexAAF2EA1E035ad4951
Octal25236235236035255111121
Binary101010101111001011101010111100111011010110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2EA; }

 p { color: rgb(170,242,234); }

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

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

 a { background-color: rgb(170,242,234); }

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

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

 span { border-color: rgb(170,242,234); }

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