#AAFDF1

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

Shades of Pale Turquoise #AAFDF1

Tints of Pale Turquoise #AAFDF1

Color information

#AAFDF1 (or 0xAAFDF1) is unknown color: approx Pale Turquoise. HEX triplet: AA, FD and F1. RGB value is (170,253,241). Sum of RGB (Red+Green+Blue) = 170+253+241=664 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.60% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDF1 is #55020E. Grayscale: #E2E2E2. Windows color (decimal): -5571087 or 15859114. OLE color: 15859114.

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

Color convert

RGB170253241-
CMYK0.3300.050.01
HSL171.33º95.4%82.94%-
HSV(B)171.33º32.81%99.22%-
XYZ67.5885.1596.09-
YUV226.8213687.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.60%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=25.60%
G=38.10%
B=36.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532410.3300.050.01171.3395.482.94
HexAAFDF121051ab5f53
Octal25237536141051253137123
Binary101010101111110111110001100001010111010101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDF1; }

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

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

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

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

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

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

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

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