#A3FAFD

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

Shades of Pale Turquoise #A3FAFD

Tints of Pale Turquoise #A3FAFD

Color information

#A3FAFD (or 0xA3FAFD) is unknown color: approx Pale Turquoise. HEX triplet: A3, FA and FD. RGB value is (163,250,253). Sum of RGB (Red+Green+Blue) = 163+250+253=666 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.47% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FAFD is #5C0502. Grayscale: #E0E0E0. Windows color (decimal): -6030595 or 16644771. OLE color: 16644771.

HSL color Cylindrical-coordinate representation of color #A3FAFD: hue angle of 182º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FAFD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163250253-
CMYK0.360.0100.01
HSL182º95.74%81.57%-
HSV(B)182º35.57%99.22%-
XYZ67.0283.25105.46-
YUV224.33144.1884.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.47%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=24.47%
G=37.54%
B=37.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632502530.360.0100.0118295.7481.57
HexA3FAFD24101b66052
Octal24337237544101266140122
Binary1010001111111010111111011001001011011011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FAFD; }

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

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

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

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

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

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

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

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