#AAFBF7

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

Shades of Pale Turquoise #AAFBF7

Tints of Pale Turquoise #AAFBF7

Color information

#AAFBF7 (or 0xAAFBF7) is unknown color: approx Pale Turquoise. HEX triplet: AA, FB and F7. RGB value is (170,251,247). Sum of RGB (Red+Green+Blue) = 170+251+247=668 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.45% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFBF7 is #550408. Grayscale: #E2E2E2. Windows color (decimal): -5571593 or 16251818. OLE color: 16251818.

HSL color Cylindrical-coordinate representation of color #AAFBF7: hue angle of 177.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBF7 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB170251247-
CMYK0.3200.020.02
HSL177.04º91.01%82.55%-
HSV(B)177.04º32.27%98.43%-
XYZ67.8684.26100.68-
YUV226.32139.6687.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.45%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=25.45%
G=37.57%
B=36.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512470.3200.020.02177.0491.0182.55
HexAAFBF720022b15b53
Octal25237336740022261133123
Binary101010101111101111110111100000010101011000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBF7; }

 p { color: rgb(170,251,247); }

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

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

 a { background-color: rgb(170,251,247); }

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

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

 span { border-color: rgb(170,251,247); }

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