#AAEEE7

Color #AAEEE7 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #AAEEE7

Tints of Pale Turquoise #AAEEE7

Color information

#AAEEE7 (or 0xAAEEE7) is unknown color: approx Pale Turquoise. HEX triplet: AA, EE and E7. RGB value is (170,238,231). Sum of RGB (Red+Green+Blue) = 170+238+231=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEE7 is #551118. Grayscale: #D8D8D8. Windows color (decimal): -5574937 or 15199914. OLE color: 15199914.

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

Color convert

RGB170238231-
CMYK0.2900.030.07
HSL173.82º66.67%80%-
HSV(B)173.82º28.57%93.33%-
XYZ61.5875.4686.92-
YUV216.87135.9794.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=26.60%
G=37.25%
B=36.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382310.2900.030.07173.8266.6780
HexAAEEE71D037ae4350
Octal25235634735037256103120
Binary101010101110111011100111111010111111010111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEE7; }

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

 H1.HeaderClassName
 {
   color: #AAEEE7;
 }
 .AnyTagClassName
 {
   color: #AAEEE7;
 }
</style>
background-color css

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

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

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

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

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

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