#A3FCF4

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

Shades of Pale Turquoise #A3FCF4

Tints of Pale Turquoise #A3FCF4

Color information

#A3FCF4 (or 0xA3FCF4) is unknown color: approx Pale Turquoise. HEX triplet: A3, FC and F4. RGB value is (163,252,244). Sum of RGB (Red+Green+Blue) = 163+252+244=659 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.73% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FCF4 is #5C030B. Grayscale: #E0E0E0. Windows color (decimal): -6030092 or 16055459. OLE color: 16055459.

HSL color Cylindrical-coordinate representation of color #A3FCF4: hue angle of 174.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCF4 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB163252244-
CMYK0.3500.030.01
HSL174.61º93.68%81.37%-
HSV(B)174.61º35.32%98.82%-
XYZ66.2483.9498.3-
YUV224.48139.0184.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.73%
GREEN value IS 252 (98.83% from 255) = 38.24%
BLUE value IS 244 (95.70% from 255) = 37.03%
R=24.73%
G=38.24%
B=37.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632522440.3500.030.01174.6193.6881.37
HexA3FCF423031af5e51
Octal24337436443031257136121
Binary10100011111111001111010010001101111010111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCF4; }

 p { color: rgb(163,252,244); }

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

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

 a { background-color: rgb(163,252,244); }

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

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

 span { border-color: rgb(163,252,244); }

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