#A8EBE5

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

Shades of Pale Turquoise #A8EBE5

Tints of Pale Turquoise #A8EBE5

Color information

#A8EBE5 (or 0xA8EBE5) is unknown color: approx Pale Turquoise. HEX triplet: A8, EB and E5. RGB value is (168,235,229). Sum of RGB (Red+Green+Blue) = 168+235+229=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBE5 is #57141A. Grayscale: #D6D6D6. Windows color (decimal): -5706779 or 15068072. OLE color: 15068072.

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

Color convert

RGB168235229-
CMYK0.2900.030.08
HSL174.63º62.62%79.02%-
HSV(B)174.63º28.51%92.16%-
XYZ6073.485.13-
YUV214.28136.394.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.58%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 229 (89.84% from 255) = 36.23%
R=26.58%
G=37.18%
B=36.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352290.2900.030.08174.6362.6279.02
HexA8EBE51D038af3f4f
Octal25035334535031025777117
Binary101010001110101111100101111010111000101011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBE5; }

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

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

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

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

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

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

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

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