#A0F2F2

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

Shades of Pale Turquoise #A0F2F2

Tints of Pale Turquoise #A0F2F2

Color information

#A0F2F2 (or 0xA0F2F2) is unknown color: approx Pale Turquoise. HEX triplet: A0, F2 and F2. RGB value is (160,242,242). Sum of RGB (Red+Green+Blue) = 160+242+242=644 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.84% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #A0F2F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F2F2 is #5F0D0D. Grayscale: #D9D9D9. Windows color (decimal): -6229262 or 15921824. OLE color: 15921824.

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

Color convert

RGB160242242-
CMYK0.34000.05
HSL180º75.93%78.82%-
HSV(B)180º33.88%94.9%-
XYZ62.2877.3995.66-
YUV217.48141.8387-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.84%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=24.84%
G=37.58%
B=37.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602422420.34000.0518075.9378.82
HexA0F2F222005b44c4f
Octal24036236242005264114117
Binary101000001111001011110010100010001011011010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F2F2; }

 p { color: rgb(160,242,242); }

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

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

 a { background-color: rgb(160,242,242); }

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

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

 span { border-color: rgb(160,242,242); }

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