#A8EFEE

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

Shades of Pale Turquoise #A8EFEE

Tints of Pale Turquoise #A8EFEE

Color information

#A8EFEE (or 0xA8EFEE) is unknown color: approx Pale Turquoise. HEX triplet: A8, EF and EE. RGB value is (168,239,238). Sum of RGB (Red+Green+Blue) = 168+239+238=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFEE is #571011. Grayscale: #D9D9D9. Windows color (decimal): -5705746 or 15658920. OLE color: 15658920.

HSL color Cylindrical-coordinate representation of color #A8EFEE: hue angle of 179.15º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFEE is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB168239238-
CMYK0.3000.000.06
HSL179.15º68.93%79.8%-
HSV(B)179.15º29.71%93.73%-
XYZ62.4576.2392.31-
YUV217.66139.4892.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.05%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=26.05%
G=37.05%
B=36.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682392380.3000.000.06179.1568.9379.8
HexA8EFEE1E006b34550
Octal25035735636006263105120
Binary10101000111011111110111011110001101011001110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EFEE; }

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

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

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

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

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

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

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

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