#A3EAE6

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

Shades of Pale Turquoise #A3EAE6

Tints of Pale Turquoise #A3EAE6

Color information

#A3EAE6 (or 0xA3EAE6) is unknown color: approx Pale Turquoise. HEX triplet: A3, EA and E6. RGB value is (163,234,230). Sum of RGB (Red+Green+Blue) = 163+234+230=627 (83% of max value = 765). Red value is 163 (64.06% from 255 or 26.00% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAE6 is #5C1519. Grayscale: #D4D4D4. Windows color (decimal): -6034714 or 15133347. OLE color: 15133347.

HSL color Cylindrical-coordinate representation of color #A3EAE6: hue angle of 176.62º 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 #A3EAE6 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB163234230-
CMYK0.3000.020.08
HSL176.62º62.83%77.84%-
HSV(B)176.62º30.34%91.76%-
XYZ58.8172.3585.73-
YUV212.32137.9892.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.00%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=26.00%
G=37.32%
B=36.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632342300.3000.020.08176.6262.8377.84
HexA3EAE61E028b13f4e
Octal24335234636021026177116
Binary101000111110101011100110111100101000101100011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAE6; }

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

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

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

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

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

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

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

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