#AAF7FB

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

Shades of Pale Turquoise #AAF7FB

Tints of Pale Turquoise #AAF7FB

Color information

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

HSL color Cylindrical-coordinate representation of color #AAF7FB: hue angle of 182.96º 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 #AAF7FB is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170247251-
CMYK0.320.0200.02
HSL182.96º91.01%82.55%-
HSV(B)182.96º32.27%98.43%-
XYZ67.2582.03103.56-
YUV224.43142.9989.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702472510.320.0200.02182.9691.0182.55
HexAAF7FB20202b75b53
Octal25236737340202267133123
Binary101010101111011111111011100000100101011011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7FB; }

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

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

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

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

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

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

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

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