#AAF7FE

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

Shades of Pale Turquoise #AAF7FE

Tints of Pale Turquoise #AAF7FE

Color information

#AAF7FE (or 0xAAF7FE) is unknown color: approx Pale Turquoise. HEX triplet: AA, F7 and FE. RGB value is (170,247,254). Sum of RGB (Red+Green+Blue) = 170+247+254=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7FE is #550801. Grayscale: #E0E0E0. Windows color (decimal): -5572610 or 16709546. OLE color: 16709546.

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

Color convert

RGB170247254-
CMYK0.330.0300.00
HSL185º97.67%83.14%-
HSV(B)185º33.07%99.61%-
XYZ67.7382.22106.07-
YUV224.78144.4988.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.34%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=25.34%
G=36.81%
B=37.85%

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
Decimal1702472540.330.0300.0018597.6783.14
HexAAF7FE21300b96253
Octal25236737641300271142123
Binary10101010111101111111111010000111001011100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7FE; }

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

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

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

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

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

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

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

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