Html Css Color HEX #AAF2EC Pale Turquoise

📋 copy color: '#AAF2EC'

red 170 ◦ green 242 ◦ blue 236

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

Shades of Pale Turquoise #AAF2EC

Tints of Pale Turquoise #AAF2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 26.23%
G = 37.35%
B = 36.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#AAF2EC (or 0xAAF2EC) is known color: Pale Turquoise. HEX triplet: AA, F2 and EC. RGB value is (170,242,236). Sum of RGB (Red+Green+Blue) = 170+242+236=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2EC is #550D13. Grayscale: #DBDBDB. Windows color (decimal): -5573908 or 15528618. OLE color: 15528618.

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

Color convert

RGB 170 242 236 -
CMYK 0.30 0 0.02 0.05
HSL 175º 0.73% 0.81% -
HSV(B) 175º 0.3% 0.95% -
XYZ 63.47 78.11 91.09 -
YUV 219.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 170 242 236 0.30 0 0.02 0.05 175 0.73 0.81
Hex AA F2 EC 1E 0 2 5 AF 49 51
Octal 252 362 354 36 0 2 5 257 111 121
Binary 10101010 11110010 11101100 11110 0 10 101 10101111 1001001 1010001

Color Harmonies of #AAF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2EC

Black with #AAF2EC

Text Example


Text Example

White with #AAF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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