#AAF1EA

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

Shades of Pale Turquoise #AAF1EA

Tints of Pale Turquoise #AAF1EA

Color information

#AAF1EA (or 0xAAF1EA) is unknown color: approx Pale Turquoise. HEX triplet: AA, F1 and EA. RGB value is (170,241,234). Sum of RGB (Red+Green+Blue) = 170+241+234=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1EA is #550E15. Grayscale: #DADADA. Windows color (decimal): -5574166 or 15397290. OLE color: 15397290.

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

Color convert

RGB170241234-
CMYK0.2900.030.05
HSL174.08º71.72%80.59%-
HSV(B)174.08º29.46%94.51%-
XYZ62.8877.489.47-
YUV218.97136.4893.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.36%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=26.36%
G=37.36%
B=36.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412340.2900.030.05174.0871.7280.59
HexAAF1EA1D035ae4851
Octal25236135235035256110121
Binary101010101111000111101010111010111011010111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1EA; }

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

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

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

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

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

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

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

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