Html Css Color HEX #AAE8E7 Pale Turquoise

📋 copy color: '#AAE8E7'

red 170 ◦ green 232 ◦ blue 231

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

Shades of Pale Turquoise #AAE8E7

Tints of Pale Turquoise #AAE8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 26.86%
G = 36.65%
B = 36.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#AAE8E7 (or 0xAAE8E7) is known color: Pale Turquoise. HEX triplet: AA, E8 and E7. RGB value is (170,232,231). Sum of RGB (Red+Green+Blue) = 170+232+231=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8E7 is #551718. Grayscale: #D5D5D5. Windows color (decimal): -5576473 or 15198378. OLE color: 15198378.

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

Color convert

RGB 170 232 231 -
CMYK 0.27 0 0.00 0.09
HSL 179.03º 0.57% 0.79% -
HSV(B) 179.03º 0.27% 0.91% -
XYZ 59.86 72.03 86.35 -
YUV 213.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 170 232 231 0.27 0 0.00 0.09 179.03 0.57 0.79
Hex AA E8 E7 1B 0 0 9 B3 39 4F
Octal 252 350 347 33 0 0 11 263 71 117
Binary 10101010 11101000 11100111 11011 0 0 1001 10110011 111001 1001111

Color Harmonies of #AAE8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8E7

Black with #AAE8E7

Text Example


Text Example

White with #AAE8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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