#A3F0EE

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

Shades of Pale Turquoise #A3F0EE

Tints of Pale Turquoise #A3F0EE

Color information

#A3F0EE (or 0xA3F0EE) is unknown color: approx Pale Turquoise. HEX triplet: A3, F0 and EE. RGB value is (163,240,238). Sum of RGB (Red+Green+Blue) = 163+240+238=641 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.43% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F0EE is #5C0F11. Grayscale: #D8D8D8. Windows color (decimal): -6033170 or 15659171. OLE color: 15659171.

HSL color Cylindrical-coordinate representation of color #A3F0EE: hue angle of 178.44º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F0EE is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB163240238-
CMYK0.3200.010.06
HSL178.44º71.96%79.02%-
HSV(B)178.44º32.08%94.12%-
XYZ61.776.2892.36-
YUV216.75139.9989.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.43%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=25.43%
G=37.44%
B=37.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1632402380.3200.010.06178.4471.9679.02
HexA3F0EE20016b2484f
Octal24336035640016262110117
Binary101000111111000011101110100000011101011001010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F0EE; }

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

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

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

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

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

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

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

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