#A5FEF3

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

Shades of Pale Turquoise #A5FEF3

Tints of Pale Turquoise #A5FEF3

Color information

#A5FEF3 (or 0xA5FEF3) is unknown color: approx Pale Turquoise. HEX triplet: A5, FE and F3. RGB value is (165,254,243). Sum of RGB (Red+Green+Blue) = 165+254+243=662 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.92% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEF3 is #5A010C. Grayscale: #E2E2E2. Windows color (decimal): -5898509 or 15990437. OLE color: 15990437.

HSL color Cylindrical-coordinate representation of color #A5FEF3: hue angle of 172.58º 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 #A5FEF3 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB165254243-
CMYK0.3500.040.00
HSL172.58º97.8%82.16%-
HSV(B)172.58º35.04%99.61%-
XYZ67.1485.3597.73-
YUV226.14137.5184.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.92%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=24.92%
G=38.37%
B=36.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542430.3500.040.00172.5897.882.16
HexA5FEF323040ad6252
Octal24537636343040255142122
Binary101001011111111011110011100011010001010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEF3; }

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

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

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

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

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

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

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

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