#AAF1ED

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

Shades of Pale Turquoise #AAF1ED

Tints of Pale Turquoise #AAF1ED

Color information

#AAF1ED (or 0xAAF1ED) is unknown color: approx Pale Turquoise. HEX triplet: AA, F1 and ED. RGB value is (170,241,237). Sum of RGB (Red+Green+Blue) = 170+241+237=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1ED is #550E12. Grayscale: #DBDBDB. Windows color (decimal): -5574163 or 15593898. OLE color: 15593898.

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

Color convert

RGB170241237-
CMYK0.2900.020.05
HSL176.62º71.72%80.59%-
HSV(B)176.62º29.46%94.51%-
XYZ63.3277.5791.76-
YUV219.31137.9892.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.23%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=26.23%
G=37.19%
B=36.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412370.2900.020.05176.6271.7280.59
HexAAF1ED1D025b14851
Octal25236135535025261110121
Binary101010101111000111101101111010101011011000110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1ED; }

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

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

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

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

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

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

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

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