#A8FFEB

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

Shades of Pale Turquoise #A8FFEB

Tints of Pale Turquoise #A8FFEB

Color information

#A8FFEB (or 0xA8FFEB) is unknown color: approx Pale Turquoise. HEX triplet: A8, FF and EB. RGB value is (168,255,235). Sum of RGB (Red+Green+Blue) = 168+255+235=658 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.53% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFEB is #570014. Grayscale: #E2E2E2. Windows color (decimal): -5701653 or 15466408. OLE color: 15466408.

HSL color Cylindrical-coordinate representation of color #A8FFEB: hue angle of 166.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFEB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB168255235-
CMYK0.3400.080
HSL166.21º100%82.94%-
HSV(B)166.21º34.12%100%-
XYZ66.985.8491.64-
YUV226.71132.6886.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.53%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=25.53%
G=38.75%
B=35.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682552350.3400.080166.2110082.94
HexA8FFEB22080a66453
Octal250377353420100246144123
Binary1010100011111111111010111000100100001010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FFEB; }

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

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

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

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

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

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

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

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