#A4FAF3

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

Shades of Pale Turquoise #A4FAF3

Tints of Pale Turquoise #A4FAF3

Color information

#A4FAF3 (or 0xA4FAF3) is unknown color: approx Pale Turquoise. HEX triplet: A4, FA and F3. RGB value is (164,250,243). Sum of RGB (Red+Green+Blue) = 164+250+243=657 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.96% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAF3 is #5B050C. Grayscale: #DFDFDF. Windows color (decimal): -5965069 or 15989412. OLE color: 15989412.

HSL color Cylindrical-coordinate representation of color #A4FAF3: hue angle of 175.12º degrees, saturation: 0.9, 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 #A4FAF3 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB164250243-
CMYK0.3400.030.02
HSL175.12º89.58%81.18%-
HSV(B)175.12º34.4%98.04%-
XYZ65.6782.7397.3-
YUV223.49139.0185.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.96%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=24.96%
G=38.05%
B=36.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642502430.3400.030.02175.1289.5881.18
HexA4FAF322032af5a51
Octal24437236342032257132121
Binary101001001111101011110011100010011101010111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAF3; }

 p { color: rgb(164,250,243); }

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

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

 a { background-color: rgb(164,250,243); }

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

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

 span { border-color: rgb(164,250,243); }

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