#AAFCF8

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

Shades of Pale Turquoise #AAFCF8

Tints of Pale Turquoise #AAFCF8

Color information

#AAFCF8 (or 0xAAFCF8) is unknown color: approx Pale Turquoise. HEX triplet: AA, FC and F8. RGB value is (170,252,248). Sum of RGB (Red+Green+Blue) = 170+252+248=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFCF8 is #550307. Grayscale: #E2E2E2. Windows color (decimal): -5571336 or 16317610. OLE color: 16317610.

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

Color convert

RGB170252248-
CMYK0.3300.020.01
HSL177.07º93.18%82.75%-
HSV(B)177.07º32.54%98.82%-
XYZ68.3384.94101.6-
YUV227.03139.8387.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.37%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 248 (97.27% from 255) = 37.01%
R=25.37%
G=37.61%
B=37.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702522480.3300.020.01177.0793.1882.75
HexAAFCF821021b15d53
Octal25237437041021261135123
Binary10101010111111001111100010000101011011000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCF8; }

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

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

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

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

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

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

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

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