#AAF4FD

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

Shades of Pale Turquoise #AAF4FD

Tints of Pale Turquoise #AAF4FD

Color information

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

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

Color convert

RGB170244253-
CMYK0.330.0400.01
HSL186.51º95.4%82.94%-
HSV(B)186.51º32.81%99.22%-
XYZ66.6680.34104.92-
YUV222.9144.9890.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702442530.330.0400.01186.5195.482.94
HexAAF4FD21401bb5f53
Octal25236437541401273137123
Binary101010101111010011111101100001100011011101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF4FD; }

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

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

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

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

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

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

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

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