#A0F1F3

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

Shades of Pale Turquoise #A0F1F3

Tints of Pale Turquoise #A0F1F3

Color information

#A0F1F3 (or 0xA0F1F3) is unknown color: approx Pale Turquoise. HEX triplet: A0, F1 and F3. RGB value is (160,241,243). Sum of RGB (Red+Green+Blue) = 160+241+243=644 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.84% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0F1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F1F3 is #5F0E0C. Grayscale: #D8D8D8. Windows color (decimal): -6229517 or 15987104. OLE color: 15987104.

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

Color convert

RGB160241243-
CMYK0.340.0100.05
HSL181.45º77.57%79.02%-
HSV(B)181.45º34.16%95.29%-
XYZ62.1376.8696.35-
YUV217.01142.6687.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.84%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=24.84%
G=37.42%
B=37.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602412430.340.0100.05181.4577.5779.02
HexA0F1F322105b54e4f
Octal24036136342105265116117
Binary101000001111000111110011100010101011011010110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F1F3; }

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

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

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

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

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

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

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

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