Html Css Color HEX #AAF8FF Pale Turquoise

📋 copy color: '#AAF8FF'

red 170 ◦ green 248 ◦ blue 255

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

Shades of Pale Turquoise #AAF8FF

Tints of Pale Turquoise #AAF8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.85%

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

R = 25.26%
G = 36.85%
B = 37.89%

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

#AAF8FF (or 0xAAF8FF) is known color: Pale Turquoise. HEX triplet: AA, F8 and FF. RGB value is (170,248,255). Sum of RGB (Red+Green+Blue) = 170+248+255=673 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.26% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8FF is #550700. Grayscale: #E1E1E1. Windows color (decimal): -5572353 or 16775338. OLE color: 16775338.

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

Color convert

RGB 170 248 255 -
CMYK 0.33 0.03 0 0
HSL 184.94º 1% 0.83% -
HSV(B) 184.94º 0.33% 1% -
XYZ 68.19 82.9 107.02 -
YUV 225.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 170 248 255 0.33 0.03 0 0 184.94 1 0.83
Hex AA F8 FF 21 3 0 0 B9 64 53
Octal 252 370 377 41 3 0 0 271 144 123
Binary 10101010 11111000 11111111 100001 11 0 0 10111001 1100100 1010011

Color Harmonies of #AAF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8FF

Black with #AAF8FF

Text Example


Text Example

White with #AAF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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