#A4FEED

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

Shades of Pale Turquoise #A4FEED

Tints of Pale Turquoise #A4FEED

Color information

#A4FEED (or 0xA4FEED) is unknown color: approx Pale Turquoise. HEX triplet: A4, FE and ED. RGB value is (164,254,237). Sum of RGB (Red+Green+Blue) = 164+254+237=655 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.04% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEED is #5B0112. Grayscale: #E1E1E1. Windows color (decimal): -5964051 or 15597220. OLE color: 15597220.

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

Color convert

RGB164254237-
CMYK0.3500.070.00
HSL168.67º97.83%81.96%-
HSV(B)168.67º35.43%99.61%-
XYZ66.0484.8993.03-
YUV225.15134.6884.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.04%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=25.04%
G=38.78%
B=36.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542370.3500.070.00168.6797.8381.96
HexA4FEED23070a96252
Octal24437635543070251142122
Binary101001001111111011101101100011011101010100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEED; }

 p { color: rgb(164,254,237); }

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

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

 a { background-color: rgb(164,254,237); }

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

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

 span { border-color: rgb(164,254,237); }

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