#A0FBE7

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

Shades of Pale Turquoise #A0FBE7

Tints of Pale Turquoise #A0FBE7

Color information

#A0FBE7 (or 0xA0FBE7) is unknown color: approx Pale Turquoise. HEX triplet: A0, FB and E7. RGB value is (160,251,231). Sum of RGB (Red+Green+Blue) = 160+251+231=642 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.92% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBE7 is #5F0418. Grayscale: #DDDDDD. Windows color (decimal): -6226969 or 15203232. OLE color: 15203232.

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

Color convert

RGB160251231-
CMYK0.3600.080.02
HSL166.81º91.92%80.59%-
HSV(B)166.81º36.25%98.43%-
XYZ63.4282.2488.13-
YUV221.51133.3584.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.92%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=24.92%
G=39.10%
B=35.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512310.3600.080.02166.8191.9280.59
HexA0FBE724082a75c51
Octal240373347440102247134121
Binary10100000111110111110011110010001000101010011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBE7; }

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

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

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

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

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

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

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

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