#a2f0e9

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

Shades of Pale Turquoise #A2F0E9

Tints of Pale Turquoise #A2F0E9

Color information

#A2F0E9 (or 0xA2F0E9) is unknown color: approx Pale Turquoise. HEX triplet: A2, F0 and E9. RGB value is (162,240,233). Sum of RGB (Red+Green+Blue) = 162+240+233=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F0E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F0E9 is #5D0F16. Grayscale: #D7D7D7. Windows color (decimal): -6098711 or 15331490. OLE color: 15331490.

HSL color Cylindrical-coordinate representation of color #A2F0E9: hue angle of 174.62º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2F0E9 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB162240233-
CMYK0.3200.030.06
HSL174.62º72.22%78.82%-
HSV(B)174.62º32.5%94.12%-
XYZ60.7775.8888.54-
YUV215.88137.6689.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.51%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=25.51%
G=37.80%
B=36.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622402330.3200.030.06174.6272.2278.82
HexA2F0E920036af484f
Octal24236035140036257110117
Binary1010001011110000111010011000000111101010111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2f0e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2f0e9; }

 p { color: rgb(162,240,233); }

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

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

 a { background-color: rgb(162,240,233); }

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

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

 span { border-color: rgb(162,240,233); }

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