#AAFCF0

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

Shades of Pale Turquoise #AAFCF0

Tints of Pale Turquoise #AAFCF0

Color information

#AAFCF0 (or 0xAAFCF0) is unknown color: approx Pale Turquoise. HEX triplet: AA, FC and F0. RGB value is (170,252,240). Sum of RGB (Red+Green+Blue) = 170+252+240=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFCF0 is #55030F. Grayscale: #E2E2E2. Windows color (decimal): -5571344 or 15793322. OLE color: 15793322.

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

Color convert

RGB170252240-
CMYK0.3300.050.01
HSL171.22º93.18%82.75%-
HSV(B)171.22º32.54%98.82%-
XYZ67.1284.4695.2-
YUV226.11135.8387.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.68%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=25.68%
G=38.07%
B=36.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702522400.3300.050.01171.2293.1882.75
HexAAFCF021051ab5d53
Octal25237436041051253135123
Binary101010101111110011110000100001010111010101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCF0; }

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

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

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

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

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

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

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

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