Html Css Color HEX #AAF7FF Pale Turquoise

📋 copy color: '#AAF7FF'

red 170 ◦ green 247 ◦ blue 255

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

Shades of Pale Turquoise #AAF7FF

Tints of Pale Turquoise #AAF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.76%

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

R = 25.3%
G = 36.76%
B = 37.95%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAF7FF (or 0xAAF7FF) is known color: Pale Turquoise. HEX triplet: AA, F7 and FF. RGB value is (170,247,255). Sum of RGB (Red+Green+Blue) = 170+247+255=672 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.30% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7FF is #550800. Grayscale: #E0E0E0. Windows color (decimal): -5572609 or 16775082. OLE color: 16775082.

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

Color convert

RGB 170 247 255 -
CMYK 0.33 0.03 0 0
HSL 185.65º 1% 0.83% -
HSV(B) 185.65º 0.33% 1% -
XYZ 67.89 82.29 106.91 -
YUV 224.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 170 247 255 0.33 0.03 0 0 185.65 1 0.83
Hex AA F7 FF 21 3 0 0 BA 64 53
Octal 252 367 377 41 3 0 0 272 144 123
Binary 10101010 11110111 11111111 100001 11 0 0 10111010 1100100 1010011

Color Harmonies of #AAF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7FF

Black with #AAF7FF

Text Example


Text Example

White with #AAF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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