#AAF0ED

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

Shades of Pale Turquoise #AAF0ED

Tints of Pale Turquoise #AAF0ED

Color information

#AAF0ED (or 0xAAF0ED) is unknown color: approx Pale Turquoise. HEX triplet: AA, F0 and ED. RGB value is (170,240,237). Sum of RGB (Red+Green+Blue) = 170+240+237=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0ED is #550F12. Grayscale: #DADADA. Windows color (decimal): -5574419 or 15593642. OLE color: 15593642.

HSL color Cylindrical-coordinate representation of color #AAF0ED: hue angle of 177.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0ED is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB170240237-
CMYK0.2900.010.06
HSL177.43º70%80.39%-
HSV(B)177.43º29.17%94.12%-
XYZ63.0276.9891.66-
YUV218.73138.3193.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=26.28%
G=37.09%
B=36.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702402370.2900.010.06177.437080.39
HexAAF0ED1D016b14650
Octal25236035535016261106120
Binary10101010111100001110110111101011101011000110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF0ED; }

 p { color: rgb(170,240,237); }

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

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

 a { background-color: rgb(170,240,237); }

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

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

 span { border-color: rgb(170,240,237); }

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