#A4F3EB

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

Shades of Pale Turquoise #A4F3EB

Tints of Pale Turquoise #A4F3EB

Color information

#A4F3EB (or 0xA4F3EB) is unknown color: approx Pale Turquoise. HEX triplet: A4, F3 and EB. RGB value is (164,243,235). Sum of RGB (Red+Green+Blue) = 164+243+235=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F3EB is #5B0C14. Grayscale: #DADADA. Windows color (decimal): -5966869 or 15463332. OLE color: 15463332.

HSL color Cylindrical-coordinate representation of color #A4F3EB: hue angle of 173.92º 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 #A4F3EB is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB164243235-
CMYK0.3300.030.05
HSL173.92º76.7%79.8%-
HSV(B)173.92º32.51%95.29%-
XYZ62.3677.9990.36-
YUV218.47137.3389.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.55%
GREEN value IS 243 (95.31% from 255) = 37.85%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=25.55%
G=37.85%
B=36.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642432350.3300.030.05173.9276.779.8
HexA4F3EB21035ae4d50
Octal24436335341035256115120
Binary1010010011110011111010111000010111011010111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F3EB; }

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

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

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

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

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

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

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

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