#A8ECEA

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

Shades of Pale Turquoise #A8ECEA

Tints of Pale Turquoise #A8ECEA

Color information

#A8ECEA (or 0xA8ECEA) is unknown color: approx Pale Turquoise. HEX triplet: A8, EC and EA. RGB value is (168,236,234). Sum of RGB (Red+Green+Blue) = 168+236+234=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECEA is #571315. Grayscale: #D7D7D7. Windows color (decimal): -5706518 or 15396008. OLE color: 15396008.

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

Color convert

RGB168236234-
CMYK0.2900.010.07
HSL178.24º64.15%79.22%-
HSV(B)178.24º28.81%92.55%-
XYZ6174.2688.96-
YUV215.44138.4794.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.33%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=26.33%
G=36.99%
B=36.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682362340.2900.010.07178.2464.1579.22
HexA8ECEA1D017b2404f
Octal25035435235017262100117
Binary10101000111011001110101011101011111011001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ECEA; }

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

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

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

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

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

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

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

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