#A3FEF3

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

Shades of Pale Turquoise #A3FEF3

Tints of Pale Turquoise #A3FEF3

Color information

#A3FEF3 (or 0xA3FEF3) is unknown color: approx Pale Turquoise. HEX triplet: A3, FE and F3. RGB value is (163,254,243). Sum of RGB (Red+Green+Blue) = 163+254+243=660 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.70% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEF3 is #5C010C. Grayscale: #E1E1E1. Windows color (decimal): -6029581 or 15990435. OLE color: 15990435.

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

Color convert

RGB163254243-
CMYK0.3600.040.00
HSL172.75º97.85%81.76%-
HSV(B)172.75º35.83%99.61%-
XYZ66.7285.1497.71-
YUV225.54137.8583.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.70%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 243 (95.31% from 255) = 36.82%
R=24.70%
G=38.48%
B=36.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632542430.3600.040.00172.7597.8581.76
HexA3FEF324040ad6252
Octal24337636344040255142122
Binary101000111111111011110011100100010001010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEF3; }

 p { color: rgb(163,254,243); }

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

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

 a { background-color: rgb(163,254,243); }

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

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

 span { border-color: rgb(163,254,243); }

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