#AAFCFF

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

Shades of Pale Turquoise #AAFCFF

Tints of Pale Turquoise #AAFCFF

Color information

#AAFCFF (or 0xAAFCFF) is unknown color: approx Pale Turquoise. HEX triplet: AA, FC and FF. RGB value is (170,252,255). Sum of RGB (Red+Green+Blue) = 170+252+255=677 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.11% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFCFF is #550300. Grayscale: #E3E3E3. Windows color (decimal): -5571329 or 16776362. OLE color: 16776362.

HSL color Cylindrical-coordinate representation of color #AAFCFF: hue angle of 182.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCFF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170252255-
CMYK0.330.0100
HSL182.12º100%83.33%-
HSV(B)182.12º33.33%100%-
XYZ69.4485.39107.43-
YUV227.82143.3386.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.11%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 255 (100% from 255) = 37.67%
R=25.11%
G=37.22%
B=37.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702522550.330.0100182.1210083.33
HexAAFCFF21100b66453
Octal25237437741100266144123
Binary1010101011111100111111111000011001011011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCFF; }

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

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

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

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

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

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

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

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