Html Css Color HEX #AAF9EC Pale Turquoise

📋 copy color: '#AAF9EC'

red 170 ◦ green 249 ◦ blue 236

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

Shades of Pale Turquoise #AAF9EC

Tints of Pale Turquoise #AAF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.02%

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

R = 25.95%
G = 38.02%
B = 36.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#AAF9EC (or 0xAAF9EC) is known color: Pale Turquoise. HEX triplet: AA, F9 and EC. RGB value is (170,249,236). Sum of RGB (Red+Green+Blue) = 170+249+236=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9EC is #550613. Grayscale: #DFDFDF. Windows color (decimal): -5572116 or 15530410. OLE color: 15530410.

HSL color Cylindrical-coordinate representation of color #AAF9EC: hue angle of 170.13º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9EC is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 236 -
CMYK 0.32 0 0.05 0.02
HSL 170.13º 0.87% 0.82% -
HSV(B) 170.13º 0.32% 0.98% -
XYZ 65.59 82.35 91.8 -
YUV 223.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 170 249 236 0.32 0 0.05 0.02 170.13 0.87 0.82
Hex AA F9 EC 20 0 5 2 AA 57 52
Octal 252 371 354 40 0 5 2 252 127 122
Binary 10101010 11111001 11101100 100000 0 101 10 10101010 1010111 1010010

Color Harmonies of #AAF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9EC

Black with #AAF9EC

Text Example


Text Example

White with #AAF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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