#A0F3F0

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

Shades of Pale Turquoise #A0F3F0

Tints of Pale Turquoise #A0F3F0

Color information

#A0F3F0 (or 0xA0F3F0) is unknown color: approx Pale Turquoise. HEX triplet: A0, F3 and F0. RGB value is (160,243,240). Sum of RGB (Red+Green+Blue) = 160+243+240=643 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.88% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F3F0 is #5F0C0F. Grayscale: #D9D9D9. Windows color (decimal): -6229008 or 15791008. OLE color: 15791008.

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

Color convert

RGB160243240-
CMYK0.3400.010.05
HSL177.83º77.57%79.02%-
HSV(B)177.83º34.16%95.29%-
XYZ62.2877.8794.19-
YUV217.84140.586.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.88%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=24.88%
G=37.79%
B=37.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602432400.3400.010.05177.8377.5779.02
HexA0F3F022015b24e4f
Octal24036336042015262116117
Binary101000001111001111110000100010011011011001010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3F0; }

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

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

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

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

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

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

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

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