#AAF1F3

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

Shades of Pale Turquoise #AAF1F3

Tints of Pale Turquoise #AAF1F3

Color information

#AAF1F3 (or 0xAAF1F3) is unknown color: approx Pale Turquoise. HEX triplet: AA, F1 and F3. RGB value is (170,241,243). Sum of RGB (Red+Green+Blue) = 170+241+243=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAF1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1F3 is #550E0C. Grayscale: #DBDBDB. Windows color (decimal): -5574157 or 15987114. OLE color: 15987114.

HSL color Cylindrical-coordinate representation of color #AAF1F3: hue angle of 181.64º degrees, saturation: 0.75, 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 #AAF1F3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170241243-
CMYK0.300.0100.05
HSL181.64º75.26%80.98%-
HSV(B)181.64º30.04%95.29%-
XYZ64.2177.9396.45-
YUV220140.9892.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.99%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=25.99%
G=36.85%
B=37.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412430.300.0100.05181.6475.2680.98
HexAAF1F31E105b64b51
Octal25236136336105266113121
Binary10101010111100011111001111110101011011011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1F3; }

 p { color: rgb(170,241,243); }

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

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

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

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

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

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

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