#AAF6FE

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

Shades of Pale Turquoise #AAF6FE

Tints of Pale Turquoise #AAF6FE

Color information

#AAF6FE (or 0xAAF6FE) is unknown color: approx Pale Turquoise. HEX triplet: AA, F6 and FE. RGB value is (170,246,254). Sum of RGB (Red+Green+Blue) = 170+246+254=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6FE is #550901. Grayscale: #E0E0E0. Windows color (decimal): -5572866 or 16709290. OLE color: 16709290.

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

Color convert

RGB170246254-
CMYK0.330.0300.00
HSL185.71º97.67%83.14%-
HSV(B)185.71º33.07%99.61%-
XYZ67.4281.61105.97-
YUV224.19144.8289.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.37%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=25.37%
G=36.72%
B=37.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702462540.330.0300.00185.7197.6783.14
HexAAF6FE21300ba6253
Octal25236637641300272142123
Binary10101010111101101111111010000111001011101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF6FE; }

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

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

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

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

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

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

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

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