Html Css Color HEX #AAF7F2 Pale Turquoise

📋 copy color: '#AAF7F2'

red 170 ◦ green 247 ◦ blue 242

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

Shades of Pale Turquoise #AAF7F2

Tints of Pale Turquoise #AAF7F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 25.8%
G = 37.48%
B = 36.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#AAF7F2 (or 0xAAF7F2) is known color: Pale Turquoise. HEX triplet: AA, F7 and F2. RGB value is (170,247,242). Sum of RGB (Red+Green+Blue) = 170+247+242=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7F2 is #55080D. Grayscale: #DFDFDF. Windows color (decimal): -5572622 or 15923114. OLE color: 15923114.

HSL color Cylindrical-coordinate representation of color #AAF7F2: hue angle of 176.1º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7F2 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 242 -
CMYK 0.31 0 0.02 0.03
HSL 176.1º 0.83% 0.82% -
HSV(B) 176.1º 0.31% 0.97% -
XYZ 65.87 81.48 96.26 -
YUV 223.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 170 247 242 0.31 0 0.02 0.03 176.1 0.83 0.82
Hex AA F7 F2 1F 0 2 3 B0 53 52
Octal 252 367 362 37 0 2 3 260 123 122
Binary 10101010 11110111 11110010 11111 0 10 11 10110000 1010011 1010010

Color Harmonies of #AAF7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7F2

Black with #AAF7F2

Text Example


Text Example

White with #AAF7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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