#AAF2F2

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

Shades of Pale Turquoise #AAF2F2

Tints of Pale Turquoise #AAF2F2

Color information

#AAF2F2 (or 0xAAF2F2) is unknown color: approx Pale Turquoise. HEX triplet: AA, F2 and F2. RGB value is (170,242,242). Sum of RGB (Red+Green+Blue) = 170+242+242=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #AAF2F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2F2 is #550D0D. Grayscale: #DCDCDC. Windows color (decimal): -5573902 or 15921834. OLE color: 15921834.

HSL color Cylindrical-coordinate representation of color #AAF2F2: hue angle of 180º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2F2 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170242242-
CMYK0.30000.05
HSL180º73.47%80.78%-
HSV(B)180º29.75%94.9%-
XYZ64.3678.4695.76-
YUV220.47140.1592-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.99%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=25.99%
G=37.00%
B=37.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702422420.30000.0518073.4780.78
HexAAF2F21E005b44951
Octal25236236236005264111121
Binary10101010111100101111001011110001011011010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2F2; }

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

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

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

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

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

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

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

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