#A0F2F3

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

Shades of Pale Turquoise #A0F2F3

Tints of Pale Turquoise #A0F2F3

Color information

#A0F2F3 (or 0xA0F2F3) is unknown color: approx Pale Turquoise. HEX triplet: A0, F2 and F3. RGB value is (160,242,243). Sum of RGB (Red+Green+Blue) = 160+242+243=645 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.81% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0F2F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F2F3 is #5F0D0C. Grayscale: #D9D9D9. Windows color (decimal): -6229261 or 15987360. OLE color: 15987360.

HSL color Cylindrical-coordinate representation of color #A0F2F3: hue angle of 180.72º degrees, saturation: 0.78, 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 #A0F2F3 is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160242243-
CMYK0.340.0000.05
HSL180.72º77.57%79.02%-
HSV(B)180.72º34.16%95.29%-
XYZ62.4377.4596.45-
YUV217.6142.3386.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.81%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=24.81%
G=37.52%
B=37.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602422430.340.0000.05180.7277.5779.02
HexA0F2F322005b54e4f
Octal24036236342005265116117
Binary101000001111001011110011100010001011011010110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F2F3; }

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

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

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

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

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

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

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

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