Html Css Color HEX #AAE7E2 Pale Turquoise

📋 copy color: '#AAE7E2'

red 170 ◦ green 231 ◦ blue 226

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

Shades of Pale Turquoise #AAE7E2

Tints of Pale Turquoise #AAE7E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.04%

R = 27.11%
G = 36.84%
B = 36.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#AAE7E2 (or 0xAAE7E2) is known color: Pale Turquoise. HEX triplet: AA, E7 and E2. RGB value is (170,231,226). Sum of RGB (Red+Green+Blue) = 170+231+226=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7E2 is #55181D. Grayscale: #D4D4D4. Windows color (decimal): -5576734 or 14870442. OLE color: 14870442.

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

Color convert

RGB 170 231 226 -
CMYK 0.26 0 0.02 0.09
HSL 175.08º 0.56% 0.79% -
HSV(B) 175.08º 0.26% 0.91% -
XYZ 58.88 71.19 82.59 -
YUV 212.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 170 231 226 0.26 0 0.02 0.09 175.08 0.56 0.79
Hex AA E7 E2 1A 0 2 9 AF 38 4F
Octal 252 347 342 32 0 2 11 257 70 117
Binary 10101010 11100111 11100010 11010 0 10 1001 10101111 111000 1001111

Color Harmonies of #AAE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7E2

Black with #AAE7E2

Text Example


Text Example

White with #AAE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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