#A8EBF0

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

Shades of Pale Turquoise #A8EBF0

Tints of Pale Turquoise #A8EBF0

Color information

#A8EBF0 (or 0xA8EBF0) is unknown color: approx Pale Turquoise. HEX triplet: A8, EB and F0. RGB value is (168,235,240). Sum of RGB (Red+Green+Blue) = 168+235+240=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8EBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBF0 is #57140F. Grayscale: #D7D7D7. Windows color (decimal): -5706768 or 15788968. OLE color: 15788968.

HSL color Cylindrical-coordinate representation of color #A8EBF0: hue angle of 184.17º degrees, saturation: 0.71, 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 #A8EBF0 is Cyan = 0.3, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168235240-
CMYK0.30.0200.06
HSL184.17º70.59%80%-
HSV(B)184.17º30%94.12%-
XYZ61.5874.0393.48-
YUV215.54141.894.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.13%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=26.13%
G=36.55%
B=37.33%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682352400.30.0200.06184.1770.5980
HexA8EBF01E206b84750
Octal25035336036206270107120
Binary101010001110101111110000111101001101011100010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBF0; }

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

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

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

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

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

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

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

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