#A8FFEE

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

Shades of Pale Turquoise #A8FFEE

Tints of Pale Turquoise #A8FFEE

Color information

#A8FFEE (or 0xA8FFEE) is unknown color: approx Pale Turquoise. HEX triplet: A8, FF and EE. RGB value is (168,255,238). Sum of RGB (Red+Green+Blue) = 168+255+238=661 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.42% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFEE is #570011. Grayscale: #E3E3E3. Windows color (decimal): -5701650 or 15663016. OLE color: 15663016.

HSL color Cylindrical-coordinate representation of color #A8FFEE: hue angle of 168.28º 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 #A8FFEE is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB168255238-
CMYK0.3400.070
HSL168.28º100%82.94%-
HSV(B)168.28º34.12%100%-
XYZ67.3486.0293.94-
YUV227.05134.1885.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.42%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=25.42%
G=38.58%
B=36.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682552380.3400.070168.2810082.94
HexA8FFEE22070a86453
Octal25037735642070250144123
Binary101010001111111111101110100010011101010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FFEE; }

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

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

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

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

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

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

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

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