Html Css Color HEX #AAFAF2 Pale Turquoise

📋 copy color: '#AAFAF2'

red 170 ◦ green 250 ◦ blue 242

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

Shades of Pale Turquoise #AAFAF2

Tints of Pale Turquoise #AAFAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.76%

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

R = 25.68%
G = 37.76%
B = 36.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#AAFAF2 (or 0xAAFAF2) is known color: Pale Turquoise. HEX triplet: AA, FA and F2. RGB value is (170,250,242). Sum of RGB (Red+Green+Blue) = 170+250+242=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAF2 is #55050D. Grayscale: #E1E1E1. Windows color (decimal): -5571854 or 15923882. OLE color: 15923882.

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

Color convert

RGB 170 250 242 -
CMYK 0.32 0 0.03 0.02
HSL 174º 0.89% 0.82% -
HSV(B) 174º 0.32% 0.98% -
XYZ 66.79 83.33 96.57 -
YUV 225.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 170 250 242 0.32 0 0.03 0.02 174 0.89 0.82
Hex AA FA F2 20 0 3 2 AE 59 52
Octal 252 372 362 40 0 3 2 256 131 122
Binary 10101010 11111010 11110010 100000 0 11 10 10101110 1011001 1010010

Color Harmonies of #AAFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAF2

Black with #AAFAF2

Text Example


Text Example

White with #AAFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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