#A0FBF6

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

Shades of Pale Turquoise #A0FBF6

Tints of Pale Turquoise #A0FBF6

Color information

#A0FBF6 (or 0xA0FBF6) is unknown color: approx Pale Turquoise. HEX triplet: A0, FB and F6. RGB value is (160,251,246). Sum of RGB (Red+Green+Blue) = 160+251+246=657 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.35% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBF6 is #5F0409. Grayscale: #DFDFDF. Windows color (decimal): -6226954 or 16186272. OLE color: 16186272.

HSL color Cylindrical-coordinate representation of color #A0FBF6: hue angle of 176.7º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBF6 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB160251246-
CMYK0.3600.020.02
HSL176.7º91.92%80.59%-
HSV(B)176.7º36.25%98.43%-
XYZ65.6383.1299.77-
YUV223.22140.8582.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.35%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=24.35%
G=38.20%
B=37.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512460.3600.020.02176.791.9280.59
HexA0FBF624022b15c51
Octal24037336644022261134121
Binary101000001111101111110110100100010101011000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBF6; }

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

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

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

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

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

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

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

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