#A0FCF3

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

Shades of Pale Turquoise #A0FCF3

Tints of Pale Turquoise #A0FCF3

Color information

#A0FCF3 (or 0xA0FCF3) is unknown color: approx Pale Turquoise. HEX triplet: A0, FC and F3. RGB value is (160,252,243). Sum of RGB (Red+Green+Blue) = 160+252+243=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCF3 is #5F030C. Grayscale: #DFDFDF. Windows color (decimal): -6226701 or 15989920. OLE color: 15989920.

HSL color Cylindrical-coordinate representation of color #A0FCF3: hue angle of 174.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCF3 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB160252243-
CMYK0.3700.040.01
HSL174.13º93.88%80.78%-
HSV(B)174.13º36.51%98.82%-
XYZ65.4983.5797.47-
YUV223.47139.0282.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.43%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=24.43%
G=38.47%
B=37.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602522430.3700.040.01174.1393.8880.78
HexA0FCF325041ae5e51
Octal24037436345041256136121
Binary101000001111110011110011100101010011010111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCF3; }

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

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

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

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

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

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

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

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