#A8EBED

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

Shades of Pale Turquoise #A8EBED

Tints of Pale Turquoise #A8EBED

Color information

#A8EBED (or 0xA8EBED) is unknown color: approx Pale Turquoise. HEX triplet: A8, EB and ED. RGB value is (168,235,237). Sum of RGB (Red+Green+Blue) = 168+235+237=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBED is #571412. Grayscale: #D7D7D7. Windows color (decimal): -5706771 or 15592360. OLE color: 15592360.

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

Color convert

RGB168235237-
CMYK0.290.0100.07
HSL181.74º65.71%79.41%-
HSV(B)181.74º29.11%92.94%-
XYZ61.1473.8691.15-
YUV215.2140.394.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.25%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=26.25%
G=36.72%
B=37.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682352370.290.0100.07181.7465.7179.41
HexA8EBED1D107b6424f
Octal25035335535107266102117
Binary10101000111010111110110111101101111011011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBED; }

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

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

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

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

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

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

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

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