#A3FCFA

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

Shades of Pale Turquoise #A3FCFA

Tints of Pale Turquoise #A3FCFA

Color information

#A3FCFA (or 0xA3FCFA) is unknown color: approx Pale Turquoise. HEX triplet: A3, FC and FA. RGB value is (163,252,250). Sum of RGB (Red+Green+Blue) = 163+252+250=665 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.51% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FCFA is #5C0305. Grayscale: #E1E1E1. Windows color (decimal): -6030086 or 16448675. OLE color: 16448675.

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

Color convert

RGB163252250-
CMYK0.3500.010.01
HSL178.65º93.68%81.37%-
HSV(B)178.65º35.32%98.82%-
XYZ67.1784.31103.18-
YUV225.16142.0183.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.51%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=24.51%
G=37.89%
B=37.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632522500.3500.010.01178.6593.6881.37
HexA3FCFA23011b35e51
Octal24337437243011263136121
Binary1010001111111100111110101000110111011001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCFA; }

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

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

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

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

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

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

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

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