#A8FAED

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

Shades of Pale Turquoise #A8FAED

Tints of Pale Turquoise #A8FAED

Color information

#A8FAED (or 0xA8FAED) is unknown color: approx Pale Turquoise. HEX triplet: A8, FA and ED. RGB value is (168,250,237). Sum of RGB (Red+Green+Blue) = 168+250+237=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAED is #570512. Grayscale: #DFDFDF. Windows color (decimal): -5702931 or 15596200. OLE color: 15596200.

HSL color Cylindrical-coordinate representation of color #A8FAED: hue angle of 170.49º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAED is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB168250237-
CMYK0.3300.050.02
HSL170.49º89.13%81.96%-
HSV(B)170.49º32.8%98.04%-
XYZ65.6282.8192.65-
YUV224135.3388.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.65%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=25.65%
G=38.17%
B=36.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682502370.3300.050.02170.4989.1381.96
HexA8FAED21052aa5952
Octal25037235541052252131122
Binary1010100011111010111011011000010101101010101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAED; }

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

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

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

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

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

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

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

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