#A4F3EF

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

Shades of Pale Turquoise #A4F3EF

Tints of Pale Turquoise #A4F3EF

Color information

#A4F3EF (or 0xA4F3EF) is unknown color: approx Pale Turquoise. HEX triplet: A4, F3 and EF. RGB value is (164,243,239). Sum of RGB (Red+Green+Blue) = 164+243+239=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F3EF is #5B0C10. Grayscale: #DADADA. Windows color (decimal): -5966865 or 15725476. OLE color: 15725476.

HSL color Cylindrical-coordinate representation of color #A4F3EF: hue angle of 176.96º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F3EF is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB164243239-
CMYK0.3300.020.05
HSL176.96º76.7%79.8%-
HSV(B)176.96º32.51%95.29%-
XYZ62.9478.2393.44-
YUV218.92139.3388.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.39%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=25.39%
G=37.62%
B=37.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642432390.3300.020.05176.9676.779.8
HexA4F3EF21025b14d50
Octal24436335741025261115120
Binary1010010011110011111011111000010101011011000110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F3EF; }

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

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

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

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

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

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

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

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