#a3f4e5

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

Shades of Pale Turquoise #A3F4E5

Tints of Pale Turquoise #A3F4E5

Color information

#A3F4E5 (or 0xA3F4E5) is unknown color: approx Pale Turquoise. HEX triplet: A3, F4 and E5. RGB value is (163,244,229). Sum of RGB (Red+Green+Blue) = 163+244+229=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F4E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F4E5 is #5C0B1A. Grayscale: #DADADA. Windows color (decimal): -6032155 or 15070371. OLE color: 15070371.

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

Color convert

RGB163244229-
CMYK0.3300.060.04
HSL168.89º78.64%79.8%-
HSV(B)168.89º33.2%95.69%-
XYZ61.678.1585.97-
YUV218.07134.1688.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.63%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=25.63%
G=38.36%
B=36.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632442290.3300.060.04168.8978.6479.8
HexA3F4E521064a94f50
Octal24336434541064251117120
Binary10100011111101001110010110000101101001010100110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3f4e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3f4e5; }

 p { color: rgb(163,244,229); }

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

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

 a { background-color: rgb(163,244,229); }

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

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

 span { border-color: rgb(163,244,229); }

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