#A3F6E7

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

Shades of Pale Turquoise #A3F6E7

Tints of Pale Turquoise #A3F6E7

Color information

#A3F6E7 (or 0xA3F6E7) is unknown color: approx Pale Turquoise. HEX triplet: A3, F6 and E7. RGB value is (163,246,231). Sum of RGB (Red+Green+Blue) = 163+246+231=640 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.47% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F6E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F6E7 is #5C0918. Grayscale: #DBDBDB. Windows color (decimal): -6031641 or 15201955. OLE color: 15201955.

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

Color convert

RGB163246231-
CMYK0.3400.060.04
HSL169.16º82.18%80.2%-
HSV(B)169.16º33.74%96.47%-
XYZ62.4879.4787.65-
YUV219.47134.587.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.47%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=25.47%
G=38.44%
B=36.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632462310.3400.060.04169.1682.1880.2
HexA3F6E722064a95250
Octal24336634742064251122120
Binary10100011111101101110011110001001101001010100110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F6E7; }

 p { color: rgb(163,246,231); }

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

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

 a { background-color: rgb(163,246,231); }

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

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

 span { border-color: rgb(163,246,231); }

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