Html Css Color HEX #AAECF2 Pale Turquoise

📋 copy color: '#AAECF2'

red 170 ◦ green 236 ◦ blue 242

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

Shades of Pale Turquoise #AAECF2

Tints of Pale Turquoise #AAECF2

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 170 236 242 -
CMYK 0.30 0.02 0 0.05
HSL 185º 0.73% 0.81% -
HSV(B) 185º 0.3% 0.95% -
XYZ 62.6 74.95 95.17 -
YUV 216.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 170 236 242 0.30 0.02 0 0.05 185 0.73 0.81
Hex AA EC F2 1E 2 0 5 B9 49 51
Octal 252 354 362 36 2 0 5 271 111 121
Binary 10101010 11101100 11110010 11110 10 0 101 10111001 1001001 1010001

Color Harmonies of #AAECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECF2

Black with #AAECF2

Text Example


Text Example

White with #AAECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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