#AAFDF4

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

Shades of Pale Turquoise #AAFDF4

Tints of Pale Turquoise #AAFDF4

Color information

#AAFDF4 (or 0xAAFDF4) is unknown color: approx Pale Turquoise. HEX triplet: AA, FD and F4. RGB value is (170,253,244). Sum of RGB (Red+Green+Blue) = 170+253+244=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDF4 is #55020B. Grayscale: #E3E3E3. Windows color (decimal): -5571084 or 16055722. OLE color: 16055722.

HSL color Cylindrical-coordinate representation of color #AAFDF4: hue angle of 173.49º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDF4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB170253244-
CMYK0.3300.040.01
HSL173.49º95.4%82.94%-
HSV(B)173.49º32.81%99.22%-
XYZ68.0385.3398.47-
YUV227.16137.587.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.49%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 244 (95.70% from 255) = 36.58%
R=25.49%
G=37.93%
B=36.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532440.3300.040.01173.4995.482.94
HexAAFDF421041ad5f53
Octal25237536441041255137123
Binary101010101111110111110100100001010011010110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDF4; }

 p { color: rgb(170,253,244); }

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

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

 a { background-color: rgb(170,253,244); }

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

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

 span { border-color: rgb(170,253,244); }

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