#AAF0F8

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

Shades of Pale Turquoise #AAF0F8

Tints of Pale Turquoise #AAF0F8

Color information

#AAF0F8 (or 0xAAF0F8) is unknown color: approx Pale Turquoise. HEX triplet: AA, F0 and F8. RGB value is (170,240,248). Sum of RGB (Red+Green+Blue) = 170+240+248=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAF0F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0F8 is #550F07. Grayscale: #DBDBDB. Windows color (decimal): -5574408 or 16314538. OLE color: 16314538.

HSL color Cylindrical-coordinate representation of color #AAF0F8: hue angle of 186.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF0F8 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170240248-
CMYK0.310.0300.03
HSL186.15º84.78%81.96%-
HSV(B)186.15º31.45%97.25%-
XYZ64.6877.64100.38-
YUV219.98143.8192.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.84%
GREEN value IS 240 (94.14% from 255) = 36.47%
BLUE value IS 248 (97.27% from 255) = 37.69%
R=25.84%
G=36.47%
B=37.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702402480.310.0300.03186.1584.7881.96
HexAAF0F81F303ba5552
Octal25236037037303272125122
Binary10101010111100001111100011111110111011101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF0F8; }

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

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

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

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

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

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

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

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