#A3FDFA

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

Shades of Pale Turquoise #A3FDFA

Tints of Pale Turquoise #A3FDFA

Color information

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

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

Color convert

RGB163253250-
CMYK0.3600.010.01
HSL178º95.74%81.57%-
HSV(B)178º35.57%99.22%-
XYZ67.4884.94103.28-
YUV225.75141.6883.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632532500.3600.010.0117895.7481.57
HexA3FDFA24011b26052
Octal24337537244011262140122
Binary1010001111111101111110101001000111011001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FDFA; }

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

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

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

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

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

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

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

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