Html Css Color HEX #AAF2E8 Pale Turquoise

📋 copy color: '#AAF2E8'

red 170 ◦ green 242 ◦ blue 232

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

Shades of Pale Turquoise #AAF2E8

Tints of Pale Turquoise #AAF2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.02%

R = 26.4%
G = 37.58%
B = 36.02%

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

#AAF2E8 (or 0xAAF2E8) is known color: Pale Turquoise. HEX triplet: AA, F2 and E8. RGB value is (170,242,232). Sum of RGB (Red+Green+Blue) = 170+242+232=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2E8 is #550D17. Grayscale: #DBDBDB. Windows color (decimal): -5573912 or 15266474. OLE color: 15266474.

HSL color Cylindrical-coordinate representation of color #AAF2E8: hue angle of 171.67º 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 #AAF2E8 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 232 -
CMYK 0.30 0 0.04 0.05
HSL 171.67º 0.73% 0.81% -
HSV(B) 171.67º 0.3% 0.95% -
XYZ 62.9 77.88 88.06 -
YUV 219.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 170 242 232 0.30 0 0.04 0.05 171.67 0.73 0.81
Hex AA F2 E8 1E 0 4 5 AC 49 51
Octal 252 362 350 36 0 4 5 254 111 121
Binary 10101010 11110010 11101000 11110 0 100 101 10101100 1001001 1010001

Color Harmonies of #AAF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2E8

Black with #AAF2E8

Text Example


Text Example

White with #AAF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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