Html Css Color HEX #AAF7FA Pale Turquoise

📋 copy color: '#AAF7FA'

red 170 ◦ green 247 ◦ blue 250

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

Shades of Pale Turquoise #AAF7FA

Tints of Pale Turquoise #AAF7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 25.49%
G = 37.03%
B = 37.48%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAF7FA (or 0xAAF7FA) is known color: Pale Turquoise. HEX triplet: AA, F7 and FA. RGB value is (170,247,250). Sum of RGB (Red+Green+Blue) = 170+247+250=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAF7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7FA is #550805. Grayscale: #E0E0E0. Windows color (decimal): -5572614 or 16447402. OLE color: 16447402.

HSL color Cylindrical-coordinate representation of color #AAF7FA: hue angle of 182.25º degrees, saturation: 0.89, 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 #AAF7FA is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 247 250 -
CMYK 0.32 0.01 0 0.02
HSL 182.25º 0.89% 0.82% -
HSV(B) 182.25º 0.32% 0.98% -
XYZ 67.09 81.97 102.73 -
YUV 224.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 170 247 250 0.32 0.01 0 0.02 182.25 0.89 0.82
Hex AA F7 FA 20 1 0 2 B6 59 52
Octal 252 367 372 40 1 0 2 266 131 122
Binary 10101010 11110111 11111010 100000 1 0 10 10110110 1011001 1010010

Color Harmonies of #AAF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7FA

Black with #AAF7FA

Text Example


Text Example

White with #AAF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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