#AAF2F3

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

Shades of Pale Turquoise #AAF2F3

Tints of Pale Turquoise #AAF2F3

Color information

#AAF2F3 (or 0xAAF2F3) is unknown color: approx Pale Turquoise. HEX triplet: AA, F2 and F3. RGB value is (170,242,243). Sum of RGB (Red+Green+Blue) = 170+242+243=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAF2F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2F3 is #550D0C. Grayscale: #DCDCDC. Windows color (decimal): -5573901 or 15987370. OLE color: 15987370.

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

Color convert

RGB170242243-
CMYK0.300.0000.05
HSL180.82º75.26%80.98%-
HSV(B)180.82º30.04%95.29%-
XYZ64.5178.5296.55-
YUV220.59140.6591.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.95%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=25.95%
G=36.95%
B=37.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702422430.300.0000.05180.8275.2680.98
HexAAF2F31E005b54b51
Octal25236236336005265113121
Binary10101010111100101111001111110001011011010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2F3; }

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

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

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

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

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

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

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

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