#A5FAED

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

Shades of Pale Turquoise #A5FAED

Tints of Pale Turquoise #A5FAED

Color information

#A5FAED (or 0xA5FAED) is unknown color: approx Pale Turquoise. HEX triplet: A5, FA and ED. RGB value is (165,250,237). Sum of RGB (Red+Green+Blue) = 165+250+237=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAED is #5A0512. Grayscale: #DFDFDF. Windows color (decimal): -5899539 or 15596197. OLE color: 15596197.

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

Color convert

RGB165250237-
CMYK0.3400.050.02
HSL170.82º89.47%81.37%-
HSV(B)170.82º34%98.04%-
XYZ64.9982.4892.62-
YUV223.1135.8486.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.31%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=25.31%
G=38.34%
B=36.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652502370.3400.050.02170.8289.4781.37
HexA5FAED22052ab5951
Octal24537235542052253131121
Binary1010010111111010111011011000100101101010101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAED; }

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

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

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

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

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

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

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

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