#A5FEF0

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

Shades of Pale Turquoise #A5FEF0

Tints of Pale Turquoise #A5FEF0

Color information

#A5FEF0 (or 0xA5FEF0) is unknown color: approx Pale Turquoise. HEX triplet: A5, FE and F0. RGB value is (165,254,240). Sum of RGB (Red+Green+Blue) = 165+254+240=659 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.04% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEF0 is #5A010F. Grayscale: #E1E1E1. Windows color (decimal): -5898512 or 15793829. OLE color: 15793829.

HSL color Cylindrical-coordinate representation of color #A5FEF0: hue angle of 170.56º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEF0 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB165254240-
CMYK0.3500.060.00
HSL170.56º97.8%82.16%-
HSV(B)170.56º35.04%99.61%-
XYZ66.6985.1795.36-
YUV225.79136.0184.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.04%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=25.04%
G=38.54%
B=36.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542400.3500.060.00170.5697.882.16
HexA5FEF023060ab6252
Octal24537636043060253142122
Binary101001011111111011110000100011011001010101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEF0; }

 p { color: rgb(165,254,240); }

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

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

 a { background-color: rgb(165,254,240); }

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

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

 span { border-color: rgb(165,254,240); }

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