#AAEEEB

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

Shades of Pale Turquoise #AAEEEB

Tints of Pale Turquoise #AAEEEB

Color information

#AAEEEB (or 0xAAEEEB) is unknown color: approx Pale Turquoise. HEX triplet: AA, EE and EB. RGB value is (170,238,235). Sum of RGB (Red+Green+Blue) = 170+238+235=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEEB is #551114. Grayscale: #D9D9D9. Windows color (decimal): -5574933 or 15462058. OLE color: 15462058.

HSL color Cylindrical-coordinate representation of color #AAEEEB: hue angle of 177.35º 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 #AAEEEB is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB170238235-
CMYK0.2900.010.07
HSL177.35º66.67%80%-
HSV(B)177.35º28.57%93.33%-
XYZ62.1575.6989.93-
YUV217.33137.9794.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.44%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=26.44%
G=37.01%
B=36.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382350.2900.010.07177.3566.6780
HexAAEEEB1D017b14350
Octal25235635335017261103120
Binary10101010111011101110101111101011111011000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEEB; }

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

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

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

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

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

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

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

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