#A3F5F6

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

Shades of Pale Turquoise #A3F5F6

Tints of Pale Turquoise #A3F5F6

Color information

#A3F5F6 (or 0xA3F5F6) is unknown color: approx Pale Turquoise. HEX triplet: A3, F5 and F6. RGB value is (163,245,246). Sum of RGB (Red+Green+Blue) = 163+245+246=654 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.92% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3F5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F5F6 is #5C0A09. Grayscale: #DCDCDC. Windows color (decimal): -6031882 or 16184739. OLE color: 16184739.

HSL color Cylindrical-coordinate representation of color #A3F5F6: hue angle of 180.72º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F5F6 is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163245246-
CMYK0.340.0000.04
HSL180.72º82.18%80.2%-
HSV(B)180.72º33.74%96.47%-
XYZ64.3979.7599.19-
YUV220.6142.3386.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.92%
GREEN value IS 245 (96.09% from 255) = 37.46%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=24.92%
G=37.46%
B=37.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632452460.340.0000.04180.7282.1880.2
HexA3F5F622004b55250
Octal24336536642004265122120
Binary101000111111010111110110100010001001011010110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F5F6; }

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

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

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

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

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

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

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

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