#AAFCF5

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

Shades of Pale Turquoise #AAFCF5

Tints of Pale Turquoise #AAFCF5

Color information

#AAFCF5 (or 0xAAFCF5) is unknown color: approx Pale Turquoise. HEX triplet: AA, FC and F5. RGB value is (170,252,245). Sum of RGB (Red+Green+Blue) = 170+252+245=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFCF5 is #55030A. Grayscale: #E2E2E2. Windows color (decimal): -5571339 or 16121002. OLE color: 16121002.

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

Color convert

RGB170252245-
CMYK0.3300.030.01
HSL174.88º93.18%82.75%-
HSV(B)174.88º32.54%98.82%-
XYZ67.8784.7699.17-
YUV226.68138.3387.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.49%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=25.49%
G=37.78%
B=36.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702522450.3300.030.01174.8893.1882.75
HexAAFCF521031af5d53
Octal25237436541031257135123
Binary10101010111111001111010110000101111010111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCF5; }

 p { color: rgb(170,252,245); }

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

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

 a { background-color: rgb(170,252,245); }

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

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

 span { border-color: rgb(170,252,245); }

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