#A0FCFB

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

Shades of Pale Turquoise #A0FCFB

Tints of Pale Turquoise #A0FCFB

Color information

#A0FCFB (or 0xA0FCFB) is unknown color: approx Pale Turquoise. HEX triplet: A0, FC and FB. RGB value is (160,252,251). Sum of RGB (Red+Green+Blue) = 160+252+251=663 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.13% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCFB is #5F0304. Grayscale: #E0E0E0. Windows color (decimal): -6226693 or 16514208. OLE color: 16514208.

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

Color convert

RGB160252251-
CMYK0.3700.000.01
HSL179.35º93.88%80.78%-
HSV(B)179.35º36.51%98.82%-
XYZ66.7284.06103.98-
YUV224.38143.0282.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.13%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=24.13%
G=38.01%
B=37.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602522510.3700.000.01179.3593.8880.78
HexA0FCFB25001b35e51
Octal24037437345001263136121
Binary1010000011111100111110111001010011011001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCFB; }

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

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

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

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

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

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

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

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