#AAFFEE

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

Shades of Pale Turquoise #AAFFEE

Tints of Pale Turquoise #AAFFEE

Color information

#AAFFEE (or 0xAAFFEE) is unknown color: approx Pale Turquoise. HEX triplet: AA, FF and EE. RGB value is (170,255,238). Sum of RGB (Red+Green+Blue) = 170+255+238=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFEE is #550011. Grayscale: #E3E3E3. Windows color (decimal): -5570578 or 15663018. OLE color: 15663018.

HSL color Cylindrical-coordinate representation of color #AAFFEE: hue angle of 168º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFEE is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB170255238-
CMYK0.3300.070
HSL168º100%83.33%-
HSV(B)168º33.33%100%-
XYZ67.7786.2493.96-
YUV227.65133.8486.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.64%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=25.64%
G=38.46%
B=35.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552380.3300.07016810083.33
HexAAFFEE21070a86453
Octal25237735641070250144123
Binary101010101111111111101110100001011101010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFEE; }

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

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

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

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

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

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

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

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