#A8EBEA

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

Shades of Pale Turquoise #A8EBEA

Tints of Pale Turquoise #A8EBEA

Color information

#A8EBEA (or 0xA8EBEA) is unknown color: approx Pale Turquoise. HEX triplet: A8, EB and EA. RGB value is (168,235,234). Sum of RGB (Red+Green+Blue) = 168+235+234=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBEA is #571415. Grayscale: #D6D6D6. Windows color (decimal): -5706774 or 15395752. OLE color: 15395752.

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

Color convert

RGB168235234-
CMYK0.2900.000.08
HSL179.1º62.62%79.02%-
HSV(B)179.1º28.51%92.16%-
XYZ60.7173.6888.86-
YUV214.85138.894.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.37%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=26.37%
G=36.89%
B=36.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352340.2900.000.08179.162.6279.02
HexA8EBEA1D008b33f4f
Octal25035335235001026377117
Binary10101000111010111110101011101001000101100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBEA; }

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

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

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

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

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

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

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

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