#A3F5FB

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

Shades of Pale Turquoise #A3F5FB

Tints of Pale Turquoise #A3F5FB

Color information

#A3F5FB (or 0xA3F5FB) is unknown color: approx Pale Turquoise. HEX triplet: A3, F5 and FB. RGB value is (163,245,251). Sum of RGB (Red+Green+Blue) = 163+245+251=659 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.73% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3F5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F5FB is #5C0A04. Grayscale: #DDDDDD. Windows color (decimal): -6031877 or 16512419. OLE color: 16512419.

HSL color Cylindrical-coordinate representation of color #A3F5FB: hue angle of 184.09º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3F5FB is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163245251-
CMYK0.350.0200.02
HSL184.09º91.67%81.18%-
HSV(B)184.09º35.06%98.43%-
XYZ65.1780.06103.28-
YUV221.17144.8386.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.73%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=24.73%
G=37.18%
B=38.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632452510.350.0200.02184.0991.6781.18
HexA3F5FB23202b85c51
Octal24336537343202270134121
Binary101000111111010111111011100011100101011100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F5FB; }

 p { color: rgb(163,245,251); }

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

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

 a { background-color: rgb(163,245,251); }

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

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

 span { border-color: rgb(163,245,251); }

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