Html Css Color HEX #AAF2E9 Pale Turquoise

📋 copy color: '#AAF2E9'

red 170 ◦ green 242 ◦ blue 233

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

Shades of Pale Turquoise #AAF2E9

Tints of Pale Turquoise #AAF2E9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.52%

 BLUE value IS 233 (91.41% from 255) = 36.12%

R = 26.36%
G = 37.52%
B = 36.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#AAF2E9 (or 0xAAF2E9) is known color: Pale Turquoise. HEX triplet: AA, F2 and E9. RGB value is (170,242,233). Sum of RGB (Red+Green+Blue) = 170+242+233=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2E9 is #550D16. Grayscale: #DBDBDB. Windows color (decimal): -5573911 or 15332010. OLE color: 15332010.

HSL color Cylindrical-coordinate representation of color #AAF2E9: hue angle of 172.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2E9 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 233 -
CMYK 0.30 0 0.04 0.05
HSL 172.5º 0.73% 0.81% -
HSV(B) 172.5º 0.3% 0.95% -
XYZ 63.04 77.93 88.81 -
YUV 219.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 170 242 233 0.30 0 0.04 0.05 172.5 0.73 0.81
Hex AA F2 E9 1E 0 4 5 AC 49 51
Octal 252 362 351 36 0 4 5 254 111 121
Binary 10101010 11110010 11101001 11110 0 100 101 10101100 1001001 1010001

Color Harmonies of #AAF2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2E9

Black with #AAF2E9

Text Example


Text Example

White with #AAF2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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