#A3F8EE

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

Shades of Pale Turquoise #A3F8EE

Tints of Pale Turquoise #A3F8EE

Color information

#A3F8EE (or 0xA3F8EE) is unknown color: approx Pale Turquoise. HEX triplet: A3, F8 and EE. RGB value is (163,248,238). Sum of RGB (Red+Green+Blue) = 163+248+238=649 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.12% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F8EE is #5C0711. Grayscale: #DDDDDD. Windows color (decimal): -6031122 or 15661219. OLE color: 15661219.

HSL color Cylindrical-coordinate representation of color #A3F8EE: hue angle of 172.94º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F8EE is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB163248238-
CMYK0.3400.040.03
HSL172.94º85.86%80.59%-
HSV(B)172.94º34.27%97.25%-
XYZ64.181.0993.16-
YUV221.44137.3486.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.12%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=25.12%
G=38.21%
B=36.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1632482380.3400.040.03172.9485.8680.59
HexA3F8EE22043ad5651
Octal24337035642043255126121
Binary1010001111111000111011101000100100111010110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F8EE; }

 p { color: rgb(163,248,238); }

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

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

 a { background-color: rgb(163,248,238); }

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

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

 span { border-color: rgb(163,248,238); }

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