Html Css Color HEX #AAFEF2 Pale Turquoise

📋 copy color: '#AAFEF2'

red 170 ◦ green 254 ◦ blue 242

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

Shades of Pale Turquoise #AAFEF2

Tints of Pale Turquoise #AAFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.14%

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

R = 25.53%
G = 38.14%
B = 36.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#AAFEF2 (or 0xAAFEF2) is known color: Pale Turquoise. HEX triplet: AA, FE and F2. RGB value is (170,254,242). Sum of RGB (Red+Green+Blue) = 170+254+242=666 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.53% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEF2 is #55010D. Grayscale: #E3E3E3. Windows color (decimal): -5570830 or 15924906. OLE color: 15924906.

HSL color Cylindrical-coordinate representation of color #AAFEF2: hue angle of 171.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEF2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 242 -
CMYK 0.33 0 0.05 0.00
HSL 171.43º 0.98% 0.83% -
HSV(B) 171.43º 0.33% 1% -
XYZ 68.05 85.84 96.99 -
YUV 227.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 170 254 242 0.33 0 0.05 0.00 171.43 0.98 0.83
Hex AA FE F2 21 0 5 0 AB 62 53
Octal 252 376 362 41 0 5 0 253 142 123
Binary 10101010 11111110 11110010 100001 0 101 0 10101011 1100010 1010011

Color Harmonies of #AAFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEF2

Black with #AAFEF2

Text Example


Text Example

White with #AAFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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