Html Css Color HEX #AAF1FF Pale Turquoise

📋 copy color: '#AAF1FF'

red 170 ◦ green 241 ◦ blue 255

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

Shades of Pale Turquoise #AAF1FF

Tints of Pale Turquoise #AAF1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.19%

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

R = 25.53%
G = 36.19%
B = 38.29%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAF1FF (or 0xAAF1FF) is known color: Pale Turquoise. HEX triplet: AA, F1 and FF. RGB value is (170,241,255). Sum of RGB (Red+Green+Blue) = 170+241+255=666 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.53% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1FF is #550E00. Grayscale: #DDDDDD. Windows color (decimal): -5574145 or 16773546. OLE color: 16773546.

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

Color convert

RGB 170 241 255 -
CMYK 0.33 0.05 0 0
HSL 189.88º 1% 0.83% -
HSV(B) 189.88º 0.33% 1% -
XYZ 66.08 78.68 106.31 -
YUV 221.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 170 241 255 0.33 0.05 0 0 189.88 1 0.83
Hex AA F1 FF 21 5 0 0 BE 64 53
Octal 252 361 377 41 5 0 0 276 144 123
Binary 10101010 11110001 11111111 100001 101 0 0 10111110 1100100 1010011

Color Harmonies of #AAF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1FF

Black with #AAF1FF

Text Example


Text Example

White with #AAF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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