Html Css Color HEX #AAEAE7 Pale Turquoise

📋 copy color: '#AAEAE7'

red 170 ◦ green 234 ◦ blue 231

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

Shades of Pale Turquoise #AAEAE7

Tints of Pale Turquoise #AAEAE7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.85%

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

R = 26.77%
G = 36.85%
B = 36.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#AAEAE7 (or 0xAAEAE7) is known color: Pale Turquoise. HEX triplet: AA, EA and E7. RGB value is (170,234,231). Sum of RGB (Red+Green+Blue) = 170+234+231=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAE7 is #551518. Grayscale: #D6D6D6. Windows color (decimal): -5575961 or 15198890. OLE color: 15198890.

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

Color convert

RGB 170 234 231 -
CMYK 0.27 0 0.01 0.08
HSL 177.19º 0.6% 0.79% -
HSV(B) 177.19º 0.27% 0.92% -
XYZ 60.42 73.16 86.54 -
YUV 214.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 170 234 231 0.27 0 0.01 0.08 177.19 0.6 0.79
Hex AA EA E7 1B 0 1 8 B1 3C 4F
Octal 252 352 347 33 0 1 10 261 74 117
Binary 10101010 11101010 11100111 11011 0 1 1000 10110001 111100 1001111

Color Harmonies of #AAEAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAE7

Black with #AAEAE7

Text Example


Text Example

White with #AAEAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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