Html Css Color HEX #AAECE9 Pale Turquoise

📋 copy color: '#AAECE9'

red 170 ◦ green 236 ◦ blue 233

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

Shades of Pale Turquoise #AAECE9

Tints of Pale Turquoise #AAECE9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.93%

 BLUE value IS 233 (91.41% from 255) = 36.46%

R = 26.6%
G = 36.93%
B = 36.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#AAECE9 (or 0xAAECE9) is known color: Pale Turquoise. HEX triplet: AA, EC and E9. RGB value is (170,236,233). Sum of RGB (Red+Green+Blue) = 170+236+233=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECE9 is #551316. Grayscale: #D7D7D7. Windows color (decimal): -5575447 or 15330474. OLE color: 15330474.

HSL color Cylindrical-coordinate representation of color #AAECE9: hue angle of 177.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECE9 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 233 -
CMYK 0.28 0 0.01 0.07
HSL 177.27º 0.63% 0.8% -
HSV(B) 177.27º 0.28% 0.93% -
XYZ 61.28 74.42 88.23 -
YUV 215.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 170 236 233 0.28 0 0.01 0.07 177.27 0.63 0.8
Hex AA EC E9 1C 0 1 7 B1 3F 50
Octal 252 354 351 34 0 1 7 261 77 120
Binary 10101010 11101100 11101001 11100 0 1 111 10110001 111111 1010000

Color Harmonies of #AAECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECE9

Black with #AAECE9

Text Example


Text Example

White with #AAECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECE9; }

 p { color: rgb(170,236,233); }

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

background-color css

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

 a { background-color: rgb(170,236,233); }

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

border-color css

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

 span { border-color: rgb(170,236,233); }

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