#A2F3EE

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

Shades of Pale Turquoise #A2F3EE

Tints of Pale Turquoise #A2F3EE

Color information

#A2F3EE (or 0xA2F3EE) is unknown color: approx Pale Turquoise. HEX triplet: A2, F3 and EE. RGB value is (162,243,238). Sum of RGB (Red+Green+Blue) = 162+243+238=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F3EE is #5D0C11. Grayscale: #DADADA. Windows color (decimal): -6097938 or 15659938. OLE color: 15659938.

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

Color convert

RGB162243238-
CMYK0.3300.020.05
HSL176.3º77.14%79.41%-
HSV(B)176.3º33.33%95.29%-
XYZ62.3877.9692.65-
YUV218.21139.1687.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.19%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=25.19%
G=37.79%
B=37.01%

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
Decimal1622432380.3300.020.05176.377.1479.41
HexA2F3EE21025b04d4f
Octal24236335641025260115117
Binary1010001011110011111011101000010101011011000010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3EE; }

 p { color: rgb(162,243,238); }

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

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

 a { background-color: rgb(162,243,238); }

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

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

 span { border-color: rgb(162,243,238); }

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