Html Css Color HEX #AAF2F9 Pale Turquoise

📋 copy color: '#AAF2F9'

red 170 ◦ green 242 ◦ blue 249

#AAF2F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #AAF2F9

Tints of Pale Turquoise #AAF2F9

RGB

 RED value IS 170 (66.8% from 255) = 25.72%

 GREEN value IS 242 (94.92% from 255) = 36.61%

 BLUE value IS 249 (97.66% from 255) = 37.67%

R = 25.72%
G = 36.61%
B = 37.67%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAF2F9 (or 0xAAF2F9) is known color: Pale Turquoise. HEX triplet: AA, F2 and F9. RGB value is (170,242,249). Sum of RGB (Red+Green+Blue) = 170+242+249=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAF2F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2F9 is #550D06. Grayscale: #DDDDDD. Windows color (decimal): -5573895 or 16380586. OLE color: 16380586.

HSL color Cylindrical-coordinate representation of color #AAF2F9: hue angle of 185.32º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF2F9 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 242 249 -
CMYK 0.32 0.03 0 0.02
HSL 185.32º 0.87% 0.82% -
HSV(B) 185.32º 0.32% 0.98% -
XYZ 65.43 78.89 101.4 -
YUV 221.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 170 242 249 0.32 0.03 0 0.02 185.32 0.87 0.82
Hex AA F2 F9 20 3 0 2 B9 57 52
Octal 252 362 371 40 3 0 2 271 127 122
Binary 10101010 11110010 11111001 100000 11 0 10 10111001 1010111 1010010

Color Harmonies of #AAF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2F9

Black with #AAF2F9

Text Example


Text Example

White with #AAF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2F9; }

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

 H1.HeaderClassName
 {
   color: #AAF2F9;
 }
 .AnyTagClassName
 {
   color: #AAF2F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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