Html Css Color HEX #AAFFF9 Pale Turquoise

📋 copy color: '#AAFFF9'

red 170 ◦ green 255 ◦ blue 249

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

Shades of Pale Turquoise #AAFFF9

Tints of Pale Turquoise #AAFFF9

RGB

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

 GREEN value IS 255 (100% from 255) = 37.83%

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

R = 25.22%
G = 37.83%
B = 36.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#AAFFF9 (or 0xAAFFF9) is known color: Pale Turquoise. HEX triplet: AA, FF and F9. RGB value is (170,255,249). Sum of RGB (Red+Green+Blue) = 170+255+249=674 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.22% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFF9 is #550006. Grayscale: #E4E4E4. Windows color (decimal): -5570567 or 16383914. OLE color: 16383914.

HSL color Cylindrical-coordinate representation of color #AAFFF9: hue angle of 175.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFF9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 249 -
CMYK 0.33 0 0.02 0
HSL 175.76º 1% 0.83% -
HSV(B) 175.76º 0.33% 1% -
XYZ 69.44 86.91 102.74 -
YUV 228.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 170 255 249 0.33 0 0.02 0 175.76 1 0.83
Hex AA FF F9 21 0 2 0 B0 64 53
Octal 252 377 371 41 0 2 0 260 144 123
Binary 10101010 11111111 11111001 100001 0 10 0 10110000 1100100 1010011

Color Harmonies of #AAFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFF9

Black with #AAFFF9

Text Example


Text Example

White with #AAFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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