#AAF3EA

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

Shades of Pale Turquoise #AAF3EA

Tints of Pale Turquoise #AAF3EA

Color information

#AAF3EA (or 0xAAF3EA) is unknown color: approx Pale Turquoise. HEX triplet: AA, F3 and EA. RGB value is (170,243,234). Sum of RGB (Red+Green+Blue) = 170+243+234=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3EA is #550C15. Grayscale: #DCDCDC. Windows color (decimal): -5573654 or 15397802. OLE color: 15397802.

HSL color Cylindrical-coordinate representation of color #AAF3EA: hue angle of 172.6º degrees, saturation: 0.75, 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 #AAF3EA is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB170243234-
CMYK0.3000.040.05
HSL172.6º75.26%80.98%-
HSV(B)172.6º30.04%95.29%-
XYZ63.4878.5989.67-
YUV220.15135.8292.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=26.28%
G=37.56%
B=36.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702432340.3000.040.05172.675.2680.98
HexAAF3EA1E045ad4b51
Octal25236335236045255113121
Binary1010101011110011111010101111001001011010110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3EA; }

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

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

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

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

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

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

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

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