#A8EBE9

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

Shades of Pale Turquoise #A8EBE9

Tints of Pale Turquoise #A8EBE9

Color information

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

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

Color convert

RGB168235233-
CMYK0.2900.010.08
HSL178.21º62.62%79.02%-
HSV(B)178.21º28.51%92.16%-
XYZ60.5673.6288.11-
YUV214.74138.394.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352330.2900.010.08178.2162.6279.02
HexA8EBE91D018b23f4f
Octal25035335135011026277117
Binary10101000111010111110100111101011000101100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBE9; }

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

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

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

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

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

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

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

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