#AAF9FE

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

Shades of Pale Turquoise #AAF9FE

Tints of Pale Turquoise #AAF9FE

Color information

#AAF9FE (or 0xAAF9FE) is unknown color: approx Pale Turquoise. HEX triplet: AA, F9 and FE. RGB value is (170,249,254). Sum of RGB (Red+Green+Blue) = 170+249+254=673 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.26% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9FE is #550601. Grayscale: #E1E1E1. Windows color (decimal): -5572098 or 16710058. OLE color: 16710058.

HSL color Cylindrical-coordinate representation of color #AAF9FE: hue angle of 183.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF9FE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170249254-
CMYK0.330.0200.00
HSL183.57º97.67%83.14%-
HSV(B)183.57º33.07%99.61%-
XYZ68.3483.45106.27-
YUV225.95143.8388.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.26%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=25.26%
G=37.00%
B=37.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702492540.330.0200.00183.5797.6783.14
HexAAF9FE21200b86253
Octal25237137641200270142123
Binary10101010111110011111111010000110001011100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9FE; }

 p { color: rgb(170,249,254); }

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

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

 a { background-color: rgb(170,249,254); }

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

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

 span { border-color: rgb(170,249,254); }

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