Html Css Color HEX #AAF3EC Pale Turquoise

📋 copy color: '#AAF3EC'

red 170 ◦ green 243 ◦ blue 236

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

Shades of Pale Turquoise #AAF3EC

Tints of Pale Turquoise #AAF3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.44%

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

R = 26.19%
G = 37.44%
B = 36.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#AAF3EC (or 0xAAF3EC) is known color: Pale Turquoise. HEX triplet: AA, F3 and EC. RGB value is (170,243,236). Sum of RGB (Red+Green+Blue) = 170+243+236=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3EC is #550C13. Grayscale: #DCDCDC. Windows color (decimal): -5573652 or 15528874. OLE color: 15528874.

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

Color convert

RGB 170 243 236 -
CMYK 0.30 0 0.03 0.05
HSL 174.25º 0.75% 0.81% -
HSV(B) 174.25º 0.3% 0.95% -
XYZ 63.77 78.7 91.19 -
YUV 220.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 170 243 236 0.30 0 0.03 0.05 174.25 0.75 0.81
Hex AA F3 EC 1E 0 3 5 AE 4B 51
Octal 252 363 354 36 0 3 5 256 113 121
Binary 10101010 11110011 11101100 11110 0 11 101 10101110 1001011 1010001

Color Harmonies of #AAF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3EC

Black with #AAF3EC

Text Example


Text Example

White with #AAF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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