#A8EEED

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

Shades of Pale Turquoise #A8EEED

Tints of Pale Turquoise #A8EEED

Color information

#A8EEED (or 0xA8EEED) is unknown color: approx Pale Turquoise. HEX triplet: A8, EE and ED. RGB value is (168,238,237). Sum of RGB (Red+Green+Blue) = 168+238+237=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEED is #571112. Grayscale: #D8D8D8. Windows color (decimal): -5706003 or 15593128. OLE color: 15593128.

HSL color Cylindrical-coordinate representation of color #A8EEED: hue angle of 179.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEED is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB168238237-
CMYK0.2900.000.07
HSL179.14º67.31%79.61%-
HSV(B)179.14º29.41%93.33%-
XYZ62.0175.5991.44-
YUV216.96139.3193.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.13%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=26.13%
G=37.01%
B=36.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682382370.2900.000.07179.1467.3179.61
HexA8EEED1D007b34350
Octal25035635535007263103120
Binary10101000111011101110110111101001111011001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EEED; }

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

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

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

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

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

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

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

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