Html Css Color HEX #AAE7E5 Pale Turquoise

📋 copy color: '#AAE7E5'

red 170 ◦ green 231 ◦ blue 229

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

Shades of Pale Turquoise #AAE7E5

Tints of Pale Turquoise #AAE7E5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.67%

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 26.98%
G = 36.67%
B = 36.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#AAE7E5 (or 0xAAE7E5) is known color: Pale Turquoise. HEX triplet: AA, E7 and E5. RGB value is (170,231,229). Sum of RGB (Red+Green+Blue) = 170+231+229=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7E5 is #55181A. Grayscale: #D4D4D4. Windows color (decimal): -5576731 or 15067050. OLE color: 15067050.

HSL color Cylindrical-coordinate representation of color #AAE7E5: hue angle of 178.03º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7E5 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 229 -
CMYK 0.26 0 0.01 0.09
HSL 178.03º 0.56% 0.79% -
HSV(B) 178.03º 0.26% 0.91% -
XYZ 59.3 71.36 84.78 -
YUV 212.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 170 231 229 0.26 0 0.01 0.09 178.03 0.56 0.79
Hex AA E7 E5 1A 0 1 9 B2 38 4F
Octal 252 347 345 32 0 1 11 262 70 117
Binary 10101010 11100111 11100101 11010 0 1 1001 10110010 111000 1001111

Color Harmonies of #AAE7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7E5

Black with #AAE7E5

Text Example


Text Example

White with #AAE7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7E5; }

 p { color: rgb(170,231,229); }

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

background-color css

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

 a { background-color: rgb(170,231,229); }

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

border-color css

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

 span { border-color: rgb(170,231,229); }

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