#AAF2FE

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

Shades of Pale Turquoise #AAF2FE

Tints of Pale Turquoise #AAF2FE

Color information

#AAF2FE (or 0xAAF2FE) is unknown color: approx Pale Turquoise. HEX triplet: AA, F2 and FE. RGB value is (170,242,254). Sum of RGB (Red+Green+Blue) = 170+242+254=666 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.53% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2FE is #550D01. Grayscale: #DDDDDD. Windows color (decimal): -5573890 or 16708266. OLE color: 16708266.

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

Color convert

RGB170242254-
CMYK0.330.0500.00
HSL188.57º97.67%83.14%-
HSV(B)188.57º33.07%99.61%-
XYZ66.2279.21105.56-
YUV221.84146.1591.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.53%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=25.53%
G=36.34%
B=38.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702422540.330.0500.00188.5797.6783.14
HexAAF2FE21500bd6253
Octal25236237641500275142123
Binary101010101111001011111110100001101001011110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2FE; }

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

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

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

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

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

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

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

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