#AAF0FE

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

Shades of Pale Turquoise #AAF0FE

Tints of Pale Turquoise #AAF0FE

Color information

#AAF0FE (or 0xAAF0FE) is unknown color: approx Pale Turquoise. HEX triplet: AA, F0 and FE. RGB value is (170,240,254). Sum of RGB (Red+Green+Blue) = 170+240+254=664 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.60% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0FE is #550F01. Grayscale: #DCDCDC. Windows color (decimal): -5574402 or 16707754. OLE color: 16707754.

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

Color convert

RGB170240254-
CMYK0.330.0600.00
HSL190º97.67%83.14%-
HSV(B)190º33.07%99.61%-
XYZ65.6378.02105.37-
YUV220.67146.8191.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.60%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=25.60%
G=36.14%
B=38.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702402540.330.0600.0019097.6783.14
HexAAF0FE21600be6253
Octal25236037641600276142123
Binary101010101111000011111110100001110001011111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF0FE; }

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

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

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

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

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

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

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

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