Html Css Color HEX #AAE8E4 Pale Turquoise

📋 copy color: '#AAE8E4'

red 170 ◦ green 232 ◦ blue 228

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

Shades of Pale Turquoise #AAE8E4

Tints of Pale Turquoise #AAE8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.19%

R = 26.98%
G = 36.83%
B = 36.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#AAE8E4 (or 0xAAE8E4) is known color: Pale Turquoise. HEX triplet: AA, E8 and E4. RGB value is (170,232,228). Sum of RGB (Red+Green+Blue) = 170+232+228=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8E4 is #55171B. Grayscale: #D4D4D4. Windows color (decimal): -5576476 or 15001770. OLE color: 15001770.

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

Color convert

RGB 170 232 228 -
CMYK 0.27 0 0.02 0.09
HSL 176.13º 0.57% 0.79% -
HSV(B) 176.13º 0.27% 0.91% -
XYZ 59.44 71.86 84.14 -
YUV 213.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 170 232 228 0.27 0 0.02 0.09 176.13 0.57 0.79
Hex AA E8 E4 1B 0 2 9 B0 39 4F
Octal 252 350 344 33 0 2 11 260 71 117
Binary 10101010 11101000 11100100 11011 0 10 1001 10110000 111001 1001111

Color Harmonies of #AAE8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8E4

Black with #AAE8E4

Text Example


Text Example

White with #AAE8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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