#A3ECEA

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

Shades of Pale Turquoise #A3ECEA

Tints of Pale Turquoise #A3ECEA

Color information

#A3ECEA (or 0xA3ECEA) is unknown color: approx Pale Turquoise. HEX triplet: A3, EC and EA. RGB value is (163,236,234). Sum of RGB (Red+Green+Blue) = 163+236+234=633 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.75% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3ECEA is #5C1315. Grayscale: #D5D5D5. Windows color (decimal): -6034198 or 15396003. OLE color: 15396003.

HSL color Cylindrical-coordinate representation of color #A3ECEA: hue angle of 178.36º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECEA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB163236234-
CMYK0.3100.010.07
HSL178.36º65.77%78.24%-
HSV(B)178.36º30.93%92.55%-
XYZ59.9573.7288.91-
YUV213.94139.3291.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.75%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=25.75%
G=37.28%
B=36.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632362340.3100.010.07178.3665.7778.24
HexA3ECEA1F017b2424e
Octal24335435237017262102116
Binary10100011111011001110101011111011111011001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ECEA; }

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

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

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

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

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

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

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

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