#A8E9EB

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

Shades of Pale Turquoise #A8E9EB

Tints of Pale Turquoise #A8E9EB

Color information

#A8E9EB (or 0xA8E9EB) is unknown color: approx Pale Turquoise. HEX triplet: A8, E9 and EB. RGB value is (168,233,235). Sum of RGB (Red+Green+Blue) = 168+233+235=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8E9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E9EB is #571614. Grayscale: #D5D5D5. Windows color (decimal): -5707285 or 15460776. OLE color: 15460776.

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

Color convert

RGB168233235-
CMYK0.290.0100.08
HSL181.79º62.62%79.02%-
HSV(B)181.79º28.51%92.16%-
XYZ60.2872.689.43-
YUV213.79139.9795.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.42%
GREEN value IS 233 (91.41% from 255) = 36.64%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=26.42%
G=36.64%
B=36.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682332350.290.0100.08181.7962.6279.02
HexA8E9EB1D108b63f4f
Octal25035135335101026677117
Binary10101000111010011110101111101101000101101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E9EB; }

 p { color: rgb(168,233,235); }

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

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

 a { background-color: rgb(168,233,235); }

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

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

 span { border-color: rgb(168,233,235); }

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