#A0FBEC

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

Shades of Pale Turquoise #A0FBEC

Tints of Pale Turquoise #A0FBEC

Color information

#A0FBEC (or 0xA0FBEC) is unknown color: approx Pale Turquoise. HEX triplet: A0, FB and EC. RGB value is (160,251,236). Sum of RGB (Red+Green+Blue) = 160+251+236=647 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.73% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBEC is #5F0413. Grayscale: #DEDEDE. Windows color (decimal): -6226964 or 15530912. OLE color: 15530912.

HSL color Cylindrical-coordinate representation of color #A0FBEC: hue angle of 170.11º 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 #A0FBEC is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB160251236-
CMYK0.3600.060.02
HSL170.11º91.92%80.59%-
HSV(B)170.11º36.25%98.43%-
XYZ64.1382.5291.91-
YUV222.08135.8583.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.73%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=24.73%
G=38.79%
B=36.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512360.3600.060.02170.1191.9280.59
HexA0FBEC24062aa5c51
Octal24037335444062252134121
Binary1010000011111011111011001001000110101010101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBEC; }

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

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

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

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

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

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

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

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