Html Css Color HEX #AAF9F8 Pale Turquoise

📋 copy color: '#AAF9F8'

red 170 ◦ green 249 ◦ blue 248

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

Shades of Pale Turquoise #AAF9F8

Tints of Pale Turquoise #AAF9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.18%

R = 25.49%
G = 37.33%
B = 37.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#AAF9F8 (or 0xAAF9F8) is known color: Pale Turquoise. HEX triplet: AA, F9 and F8. RGB value is (170,249,248). Sum of RGB (Red+Green+Blue) = 170+249+248=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9F8 is #550607. Grayscale: #E1E1E1. Windows color (decimal): -5572104 or 16316842. OLE color: 16316842.

HSL color Cylindrical-coordinate representation of color #AAF9F8: hue angle of 179.24º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9F8 is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 248 -
CMYK 0.32 0 0.00 0.02
HSL 179.24º 0.87% 0.82% -
HSV(B) 179.24º 0.32% 0.98% -
XYZ 67.4 83.07 101.29 -
YUV 225.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 170 249 248 0.32 0 0.00 0.02 179.24 0.87 0.82
Hex AA F9 F8 20 0 0 2 B3 57 52
Octal 252 371 370 40 0 0 2 263 127 122
Binary 10101010 11111001 11111000 100000 0 0 10 10110011 1010111 1010010

Color Harmonies of #AAF9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9F8

Black with #AAF9F8

Text Example


Text Example

White with #AAF9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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