Html Css Color HEX #AAE8E5 Pale Turquoise

📋 copy color: '#AAE8E5'

red 170 ◦ green 232 ◦ blue 229

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

Shades of Pale Turquoise #AAE8E5

Tints of Pale Turquoise #AAE8E5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.77%

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

R = 26.94%
G = 36.77%
B = 36.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#AAE8E5 (or 0xAAE8E5) is known color: Pale Turquoise. HEX triplet: AA, E8 and E5. RGB value is (170,232,229). Sum of RGB (Red+Green+Blue) = 170+232+229=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8E5 is #55171A. Grayscale: #D5D5D5. Windows color (decimal): -5576475 or 15067306. OLE color: 15067306.

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

Color convert

RGB 170 232 229 -
CMYK 0.27 0 0.01 0.09
HSL 177.1º 0.57% 0.79% -
HSV(B) 177.1º 0.27% 0.91% -
XYZ 59.58 71.92 84.87 -
YUV 213.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 170 232 229 0.27 0 0.01 0.09 177.1 0.57 0.79
Hex AA E8 E5 1B 0 1 9 B1 39 4F
Octal 252 350 345 33 0 1 11 261 71 117
Binary 10101010 11101000 11100101 11011 0 1 1001 10110001 111001 1001111

Color Harmonies of #AAE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8E5

Black with #AAE8E5

Text Example


Text Example

White with #AAE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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