#A2EFE6

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

Shades of Pale Turquoise #A2EFE6

Tints of Pale Turquoise #A2EFE6

Color information

#A2EFE6 (or 0xA2EFE6) is unknown color: approx Pale Turquoise. HEX triplet: A2, EF and E6. RGB value is (162,239,230). Sum of RGB (Red+Green+Blue) = 162+239+230=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFE6 is #5D1019. Grayscale: #D6D6D6. Windows color (decimal): -6098970 or 15134626. OLE color: 15134626.

HSL color Cylindrical-coordinate representation of color #A2EFE6: hue angle of 172.99º degrees, saturation: 0.71, 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 #A2EFE6 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB162239230-
CMYK0.3200.040.06
HSL172.99º70.64%78.63%-
HSV(B)172.99º32.22%93.73%-
XYZ60.0575.1386.2-
YUV214.95136.4990.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.67%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=25.67%
G=37.88%
B=36.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622392300.3200.040.06172.9970.6478.63
HexA2EFE620046ad474f
Octal24235734640046255107117
Binary10100010111011111110011010000001001101010110110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EFE6; }

 p { color: rgb(162,239,230); }

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

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

 a { background-color: rgb(162,239,230); }

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

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

 span { border-color: rgb(162,239,230); }

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