#AAF1EE

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

Shades of Pale Turquoise #AAF1EE

Tints of Pale Turquoise #AAF1EE

Color information

#AAF1EE (or 0xAAF1EE) is unknown color: approx Pale Turquoise. HEX triplet: AA, F1 and EE. RGB value is (170,241,238). Sum of RGB (Red+Green+Blue) = 170+241+238=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1EE is #550E11. Grayscale: #DBDBDB. Windows color (decimal): -5574162 or 15659434. OLE color: 15659434.

HSL color Cylindrical-coordinate representation of color #AAF1EE: hue angle of 177.46º 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 #AAF1EE is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB170241238-
CMYK0.2900.010.05
HSL177.46º71.72%80.59%-
HSV(B)177.46º29.46%94.51%-
XYZ63.4777.6392.53-
YUV219.43138.4892.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=26.19%
G=37.13%
B=36.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412380.2900.010.05177.4671.7280.59
HexAAF1EE1D015b14851
Octal25236135635015261110121
Binary10101010111100011110111011101011011011000110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1EE; }

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

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

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

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

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

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

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

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