#A3EAE7

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

Shades of Pale Turquoise #A3EAE7

Tints of Pale Turquoise #A3EAE7

Color information

#A3EAE7 (or 0xA3EAE7) is unknown color: approx Pale Turquoise. HEX triplet: A3, EA and E7. RGB value is (163,234,231). Sum of RGB (Red+Green+Blue) = 163+234+231=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAE7 is #5C1518. Grayscale: #D4D4D4. Windows color (decimal): -6034713 or 15198883. OLE color: 15198883.

HSL color Cylindrical-coordinate representation of color #A3EAE7: hue angle of 177.46º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EAE7 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB163234231-
CMYK0.3000.010.08
HSL177.46º62.83%77.84%-
HSV(B)177.46º30.34%91.76%-
XYZ58.9572.486.47-
YUV212.43138.4892.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.96%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=25.96%
G=37.26%
B=36.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632342310.3000.010.08177.4662.8377.84
HexA3EAE71E018b13f4e
Octal24335234736011026177116
Binary10100011111010101110011111110011000101100011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAE7; }

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

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

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

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

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

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

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

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