#A3FEF0

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

Shades of Pale Turquoise #A3FEF0

Tints of Pale Turquoise #A3FEF0

Color information

#A3FEF0 (or 0xA3FEF0) is unknown color: approx Pale Turquoise. HEX triplet: A3, FE and F0. RGB value is (163,254,240). Sum of RGB (Red+Green+Blue) = 163+254+240=657 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.81% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEF0 is #5C010F. Grayscale: #E1E1E1. Windows color (decimal): -6029584 or 15793827. OLE color: 15793827.

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

Color convert

RGB163254240-
CMYK0.3600.060.00
HSL170.77º97.85%81.76%-
HSV(B)170.77º35.83%99.61%-
XYZ66.2784.9695.34-
YUV225.2136.3583.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.81%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=24.81%
G=38.66%
B=36.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632542400.3600.060.00170.7797.8581.76
HexA3FEF024060ab6252
Octal24337636044060253142122
Binary101000111111111011110000100100011001010101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEF0; }

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

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

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

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

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

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

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

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