Html Css Color HEX #AAF9FF Pale Turquoise

📋 copy color: '#AAF9FF'

red 170 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #AAF9FF

Tints of Pale Turquoise #AAF9FF

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AAF9FF: hue angle of 184.24º 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 #AAF9FF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 249 255 -
CMYK 0.33 0.02 0 0
HSL 184.24º 1% 0.83% -
HSV(B) 184.24º 0.33% 1% -
XYZ 68.5 83.52 107.12 -
YUV 226.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 170 249 255 0.33 0.02 0 0 184.24 1 0.83
Hex AA F9 FF 21 2 0 0 B8 64 53
Octal 252 371 377 41 2 0 0 270 144 123
Binary 10101010 11111001 11111111 100001 10 0 0 10111000 1100100 1010011

Color Harmonies of #AAF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9FF

Black with #AAF9FF

Text Example


Text Example

White with #AAF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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